JNI Error when running perftest_java.bat

3 posts / 0 new
Last post
Offline
Last seen: 8 months 2 weeks ago
Joined: 02/15/2019
Posts: 44
JNI Error when running perftest_java.bat

While running the following script:

set PATH=%PATH%;C:/Program Files/Java/jdk-11.0.3/bin/

set NDDSHOME=C:/Program Files/rti_connext_dds-6.0.0/bin

set RTI_PERFTEST_ARCH=x64Win64VS2017

perftest_java.bat -pub

I come across the following error:

Any help would be highly appreciated!

Blitz3r

 

 

irwin's picture
Offline
Last seen: 3 years 8 months ago
Joined: 08/14/2010
Posts: 42

If you refere to the RTI version 6.0.0 platform notes you will note that we support jdk 1.8. You are using jdk 1.11 which we do no support at this time.

Offline
Last seen: 8 months 2 weeks ago
Joined: 02/15/2019
Posts: 44

Thank you Irwin! It is now working!