Search found 1 match

by TheWP
Thu 7. May 2020, 17:51
Forum: Linux
Topic: Java doesn't find PCANBasic JNI
Replies: 4
Views: 6736

Re: Java doesn't find PCANBasic JNI

Under Windows for the NetBeans project, the following worked for me:

1. Right click on the Project
2. Properties
3. Click on RUN
4. VM Options : -Djava.library.path="<FULLPATH TO Samples\JAVA\32-bit or 64-bit, depending on environment>"
5. Click Ok

However, I think this will hard code the same ...