Using RTI Connext with NetBeans

2 posts / 0 new
Last post
Offline
Last seen: 8 years 3 months ago
Joined: 12/25/2015
Posts: 1
Using RTI Connext with NetBeans

How do you configure RTI Connext and NetBeans to develop Java applications using RTI Connext classes with NetBeans? 

Importing RTI Connext classes in a NetBeans application gives an error that states" the class does not exit".

What has to be done to make NetBeans recognize the RTI Connext .jar files.

Keywords:
asanchez's picture
Offline
Last seen: 3 years 10 months ago
Joined: 11/16/2011
Posts: 50

Hi George

Creating a NetBeans Java project for an RTI Connext application should follow the same procedure as for any other regular Java application. See the link below for a NetBeans tutorial:

http://docs.oracle.com/cd/E50453_01/doc.80/e50452/create_japps.htm#NBDAG366

The important detail you need to take into account is that a RTI Connext Java application has a dependency with the native libraries, which are required for running. These are not required for building, but when you want to run the built Java application you'll have to set the library path to the location of the RTI Connext libraries.

-Antonio