Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » eclipse.exe vs java -jar launcher
eclipse.exe vs java -jar launcher [message #106809] Tue, 25 March 2008 21:26 Go to next message
Michael Derynck is currently offline Michael DerynckFriend
Messages: 4
Registered: July 2009
Junior Member
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.
Re: eclipse.exe vs java -jar launcher [message #107017 is a reply to message #106809] Fri, 28 March 2008 22:24 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
Please open a bug for this. My guess is that the native launcher is
causing some some lib path to be missing or something. It should work
the same as using java -jar though

Tom.
Re: eclipse.exe vs java -jar launcher [message #107219 is a reply to message #107017] Mon, 31 March 2008 21:50 Go to previous message
Michael Derynck is currently offline Michael DerynckFriend
Messages: 4
Registered: July 2009
Junior Member
Bug created
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225002
Previous Topic:p2 install to other directories
Next Topic:Dropins folder not working in Ganymede M5?
Goto Forum:
  


Current Time: Sat Apr 27 02:33:40 GMT 2024

Powered by FUDForum. Page generated in 0.03846 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top