eclipse.exe vs java -jar launcher [message #106809] |
Tue, 25 March 2008 17:26  |
Eclipse User |
|
|
|
Currently I have a product that loads native libraries. This product runs
correctly when I run it from the IDE using the run/debug menus. When I
export this product and use the eclipse.exe to launch it I get an error
stating that it can't find dependent libraries for the library I am
loading with System.loadlibrary. If instead I launch my product using
java -jar org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar it runs
fine and the native libraries are loaded correctly. Does anyone know the
cause of this and what solutions there might be ? Although java -jar
works for launching this product I should be able to use the exe that I
exported. These observations were made on Windows XP using jdk1.6.0_03.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05056 seconds