I am trying to use the PCA Basic API, Java version, with a PCAN-USB device. I successfully used the API a couple of year ago but now it doesn't work anymore after I replaced my laptop with a brand new one.
Some details about the environment:
- OS: Windows 10 Pro x64
- PCAN-USB firmware: 8.6
- PCAN-USB driver: 4.4.1.16693
- PCAN-Basic API: 4.8.0.830
Code: Select all
java.lang.UnsatisfiedLinkError: 'boolean peak.can.basic.PCANBasic.initializeAPI()
- [ERROR1] Failed to load PCANBasic/PCANBasic_JNI DLLs
- Then I renamed the DLL file into system32 directory by adding the "_jni" suffix and I got new error [ERROR2]: UnsatisfiedLinkError (same as above)
Thank you