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: