JDAPI run problems in JDEVELOPER 11g
Hi,
I´m trying to run some examples from JDAPI to learn the use of this tool and although I add
frmjdapi.jar to classpath in the JDEVELOPER 11g and it has no compilation errors when i tried to
run the code i have the following message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Documents and Settings\u6284\JDAPIejemplo\Project1\frmjapi.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1731)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
I´m trying to run some examples from JDAPI to learn the use of this tool and although I add
frmjdapi.jar to classpath in the JDEVELOPER 11g and it has no compilation errors when i tried to
run the code i have the following message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Documents and Settings\u6284\JDAPIejemplo\Project1\frmjapi.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1731)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
0