2021-05-27 01:28 AM
I follow the ST25PcDemoApp_software_guide in ST25SDK-1.8.0 but I encountered an error at streader.dll.
"java.lang.UnsatisfiedLinkError: C:\Users\DengKai\workspace\st25PcDemoApp\resources\windows\x86\streader.dll: %1 is not a valid Win32 application"
How do I solve this error?
Solved! Go to Solution.
2021-06-02 06:57 AM
Hello Eumund,
another possible cause for the error could be the use of a 64-bit jdk instead of a 32-bit version.
Make sure your folder to the jdk points to the C:\Program Files (x86)\Java\jdk directory instead of C:\Program Files\Java\jdk
2021-05-27 05:11 AM
Hello,
the UnsatisfiedLinkError is typical of your environment path not containing the location of the streader dll file.
I invite you to check the answer to this question.
Basically, you have to ensure that your path contains the location of \resources\windows\x86\
Best regards,
Damien
2021-05-27 10:04 PM
Hi Damien,
I referred to the link you gave to me, I had ensured that all the path(Source Path & Environment Path) contains the correct location of \resources\windows\x86\. However, the problem still persists.
Best Regards,
Eumund
2021-06-02 06:57 AM
Hello Eumund,
another possible cause for the error could be the use of a 64-bit jdk instead of a 32-bit version.
Make sure your folder to the jdk points to the C:\Program Files (x86)\Java\jdk directory instead of C:\Program Files\Java\jdk