Java: unsatisfiedlinkerror DomainParticipantResourceLimitsQosPolicy

2 posts / 0 new
Last post
Offline
Last seen: 4 years 11 months ago
Joined: 05/10/2019
Posts: 2
Java: unsatisfiedlinkerror DomainParticipantResourceLimitsQosPolicy

GoodMorning :

I've build succesfully a java jar program on Windows.

Program is 32bit

DDS 5.1.0

When i try to run  the program i have this link error :

java.lang.UnsatisfiedLinkError: com.rti.dds.infrastructure.DomainParticipantResourceLimitsQosPolicy.push_to_nativeI(JIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIZZIIIIIIIIIIIIIIIIIII)V

I've the nddsjava.dll in the classpath.. but i have no idea of this error.

 

Offline
Last seen: 4 years 11 months ago
Joined: 05/10/2019
Posts: 2

Problem was a different version af nddsjava.jar in the classpath for the execution.

Solved. it works !