Question
Start an asynchronous Application
Hi All,
i feel like i am missing a step somewhere and i need help working out what i am doing wrong.
1st. i am an experienced coder, however, most of my time is spent in C# so i am confident i know how to code what i need to.
i just need to know how to compile and run an async application????? (J-Link)
here is what i have done so far..
- I am using the following command to compile my java application
C:\DEV-LIBS\JavaJDK_8_144\bin\javac -cp "C:\DEV-LIBS\Creo\Common Files\text\java\pfcasync.jar" Sample.java
this seems to work correctly and the Java File is compiled correctly - Now when i run the tool
C:\Temp>java Sample
i get an error saying.
Error: A JNI error has occurred, please check your installation and try again
any help would be appreciated

