You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download the OccJava.dll form the JCAE, and add it, but project still can not execute.
"D:\jcae-win32-0.17\jcae\modules\lib\OccJava.dll: Can't find dependent libraries";
The text was updated successfully, but these errors were encountered:
when i try to test the project ,"java.lang.UnsatisfiedLinkError: D:\jcae-win32-0.17\jcae\modules\lib\OccJava.dll: %1 Not a valid win32 application" occur.
You should use Dependency Walker to find which libraries you are missing. You'll find all of them in jcae/modules/lib. Note also that this archive is only 32bit so only usable with a 32bit JVM. You may prefere to build a 64bit OccJava from sources.
I download the OccJava.dll form the JCAE, and add it, but project still can not execute.
"D:\jcae-win32-0.17\jcae\modules\lib\OccJava.dll: Can't find dependent libraries";
The text was updated successfully, but these errors were encountered: