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
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.
Thank you Irwin! It is now working!