How to include the RTI nddsjava library in a dependency jar?

I am working on a Java project created with Maven. I installed my pom to include all the dependencies and create a jar of dependencies using the appropriate maven plugin. The RTI nddsjava library was uploaded to my maven repository server, but for some reason, when I try to load classes into nddsjava (e.g. com.rti.dds.domain.DomainParticipant). Any suggestions on how I can create a jar with all the dependencies, completely autonomous, that are running?

+4
source share
1 answer

Do you have problems while working or packing? Your expression above is a symptom of the problem you are facing.

Java RTI Connext 3 . , , . , (PATH Windows, LD_LIBRARY_PATH * nix, DYLD_LIBRARY_PATH Mac OS X).

+3

Source: https://habr.com/ru/post/1543888/


All Articles