rtiddsgen Java package

3 posts / 0 new
Last post
Offline
Last seen: 4 years 9 months ago
Joined: 01/09/2013
Posts: 10
Generating code for Java within a specific package

Hi,

I develop a Java application with DDS and I want to structure the code into several Java packages. For instance, I put the DDS-related code into a package called "com.mycompany.project.dds", and I intend to put the generated code into "com.mycompany.project.dds.datamodel".

To not have Java errors, the code that is generated by rtiddsgen shall be really in this package, not just copied in the corresponding directory. So, I have to start my IDL file with something like:

Subscribe to RSS - rtiddsgen Java package