jCAE
jCAE copied to clipboard
the exception when i add the OccJava.dll
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";
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.