Help for running SWT projects under 3.1 !!! [message #457816] |
Mon, 04 July 2005 14:31  |
Eclipse User |
|
|
|
To run a project with SWT code in it under 3.0, it was enough to include
plugins\org.eclipse.swt.win32_3.0.1\ws\win32 jar
in the project build path
and run the program with JVM flag :
Djava.library.path=C:\dev\Eclipse3\eclipse\plugins\org.eclip se.swt.win32_3.0.1\os\win32\x86
(under Windows).
I try to do the same under Eclipse 3.1.....
included this jar (if not nothing compiles well):plugins\
org.eclipse.swt.win32.win32.x86_3.1.0.jar
try to use this JVM flag when run project:
Djava.library.path=C:\dev\eclipse3.1RC3\eclipse\plugins\org. eclipse.swt.win32.win32.x86_3.1.0
but exception says library not found at run time:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3138
in java.library.path
What is the right procedure now ???????
Thnaks for helping
Francois GRUYER
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03951 seconds