| 
 | 
 | 
 | 
 | 
 | 
 | 
| Re: java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267356 is a reply to message #267217] | 
Tue, 17 August 2004 11:32   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Originally posted by: chaves.nospam.inf.ufsc.br.ok 
 
You use quotes to avoid having a single command line argument that has 
spaces to be accidently interpreted as multiple command line arguments. My 
guess then would be that you should pass: 
 
"-Djava.library.path=c:/program 
 files/eclipse/plugins/org.eclipse.swt.win32_3.0.0/os/win32/x 86 " 
 
But I didn't try it... 
 
Rafael 
 
BoomerangThree wrote: 
 
> Olivier, 
 
> Thanks for two (2) lessons, getting Eclipse to run with the vmargs and the  
> lesson the proper placement of the quotes.  I'm still getting the error  
> below.  Any other ideas.  I downloaded the examples from the "Welcome" page  
> and they were auto-installed, if this helps. 
 
> java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path 
 
> at java.lang.ClassLoader.loadLibrary(Unknown Source) 
 
> at java.lang.Runtime.loadLibrary0(Unknown Source) 
 
> at java.lang.System.loadLibrary(Unknown Source) 
 
> at  org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 0) 
 
> at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18) 
 
> at org.eclipse.swt.graphics.Device.init(Device.java:564) 
 
> at org.eclipse.swt.widgets.Display.init(Display.java:1780) 
 
> at org.eclipse.swt.graphics.Device.<init>(Device.java:100) 
 
> at org.eclipse.swt.widgets.Display.<init>(Display.java:355) 
 
> at org.eclipse.swt.widgets.Display.<init>(Display.java:351) 
 
> at  org.eclipse.swt.examples.texteditor.TextEditor.main(TextEdit or.java:312) 
 
> Exception in thread "main" 
 
 
 
 
> "Olivier Thomann" <olivier_thomannNOSPAM@ca.ibm.com> wrote in message  
> news:cfrgpj$jli$1@eclipse.org... 
> > BoomerangThree wrote: 
> >> Thanks Paul! 
> >> 
> >> I have the following command line, still doesn't work: 
> >> 
> >> "C:Program Fileseclipseeclipse.exe"  
> >> "-vmargs -Djava.library.path=c:program  
> >> fileseclipsepluginsorg.eclipse.swt.win32_3.0.0oswin32x86" 
> > Try this: 
> > "C:Program Fileseclipseeclipse.exe" 
> > -vmargs -Djava.library.path="c:program  
> > fileseclipsepluginsorg.eclipse.swt.win32_3.0.0oswin32x86" 
> > -- 
> > Olivier
 |  
 |  
  | 
Powered by 
FUDForum. Page generated in 0.06985 seconds