I get this when running my app:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.UnsatisfiedLinkError: no g---pat in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at com.fxcore2.O2GTransport.<clinit>(Unknown Source)
at munse.history.History.openSession(History.java:46)
at munse.history.History.<init>(History.java:36)
at munse.Main.<init>(Main.java:139)
at munse.Main.main(Main.java:773)
... 5 more
Can you please tell me how to fix this?
I've tried:
java -jar -Djava.library.path=".;C:\Program Files (x86)\Java\jre7\bin" forexMonitor.jar
and the dll
java -jar -Djava.library.path="C:\Program Files\Candleworks\ForexConnectAPIx64\bin\java" forexMonitor.jar
No worky.
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.UnsatisfiedLinkError: no g---pat in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at com.fxcore2.O2GTransport.<clinit>(Unknown Source)
at munse.history.History.openSession(History.java:46)
at munse.history.History.<init>(History.java:36)
at munse.Main.<init>(Main.java:139)
at munse.Main.main(Main.java:773)
... 5 more
Can you please tell me how to fix this?
I've tried:
java -jar -Djava.library.path=".;C:\Program Files (x86)\Java\jre7\bin" forexMonitor.jar
and the dll
java -jar -Djava.library.path="C:\Program Files\Candleworks\ForexConnectAPIx64\bin\java" forexMonitor.jar
No worky.
Aucun commentaire:
Enregistrer un commentaire