Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path
java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267185] Mon, 16 August 2004 18:22 Go to next message
Eclipse UserFriend
Originally posted by: Jeffrey_Mason.MSN.com

Newbie here, attempting to execute the SWT examples and I get the error:

java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path

Any help greatly appreciated!!!

BoomerangThree...
Re: java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267191 is a reply to message #267185] Mon, 16 August 2004 18:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Pmiodonski.fc-md.umd.edu

Hi,

maybe this helps
ad this paramter to the VM arguments in the run configuration:

-Djava.library.path='your path to eclipse
dir'\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x8 6

Paul


"BoomerangThree" <Jeffrey_Mason@MSN.com> wrote in message
news:cfrbuj$ehc$1@eclipse.org...
> Newbie here, attempting to execute the SWT examples and I get the error:
>
> java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path
>
> Any help greatly appreciated!!!
>
> BoomerangThree...
>
>
>
>
>
Re: java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267208 is a reply to message #267191] Mon, 16 August 2004 19:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jeffrey_Mason.MSN.com

Thanks Paul!

I have the following command line, still doesn't work:

"C:\Program Files\eclipse\eclipse.exe"
"-vmargs -Djava.library.path=c:\program
files\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x 86 "





"Paul Miodonski" <Pmiodonski@fc-md.umd.edu> wrote in message
news:cfrd6h$fr8$1@eclipse.org...
> Hi,
>
> maybe this helps
> ad this paramter to the VM arguments in the run configuration:
>
> -Djava.library.path='your path to eclipse
> dir'\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x8 6
>
> Paul
>
>
> "BoomerangThree" <Jeffrey_Mason@MSN.com> wrote in message
> news:cfrbuj$ehc$1@eclipse.org...
>> Newbie here, attempting to execute the SWT examples and I get the error:
>>
>> java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path
>>
>> Any help greatly appreciated!!!
>>
>> BoomerangThree...
>>
>>
>>
>>
>>
>
>
Re: java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267214 is a reply to message #267208] Mon, 16 August 2004 19:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: olivier_thomannNOSPAM.ca.ibm.com

BoomerangThree wrote:
> Thanks Paul!
>
> I have the following command line, still doesn't work:
>
> "C:\Program Files\eclipse\eclipse.exe"
> "-vmargs -Djava.library.path=c:\program
> files\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x 86 "
Try this:
"C:\Program Files\eclipse\eclipse.exe"
-vmargs -Djava.library.path="c:\program
files\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x 86 "
--
Olivier
Re: java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267217 is a reply to message #267214] Mon, 16 August 2004 19:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jeffrey_Mason.MSN.com

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 Files\eclipse\eclipse.exe"
>> "-vmargs -Djava.library.path=c:\program
>> files\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x 86 "
> Try this:
> "C:\Program Files\eclipse\eclipse.exe"
> -vmargs -Djava.library.path="c:\program
> files\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x 86 "
> --
> Olivier
Re: java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267301 is a reply to message #267217] Tue, 17 August 2004 09:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Pmiodonski.fc-md.umd.edu

Hi,

I've just downloaded and installed the examples. I run them through the 'SWT
Example Launcher' View without any problems.

I also tried to run the Address Book as Java Application and after adding
the parameter it works, without any error.
Without the parameter, I get the 'java.lang.UnsatisfiedLinkError: no
swt-win32-3062 in java.library.path' error.

I'm using eclipse 3.0.0 with JRE 1.4.2_05 on a w2k machine.

Paul

"BoomerangThree" <Jeffrey_Mason@MSN.com> wrote in message
news:cfrhkb$klv$1@eclipse.org...
> 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 Files\eclipse\eclipse.exe"
> >> "-vmargs -Djava.library.path=c:\program
> >> files\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x 86 "
> > Try this:
> > "C:\Program Files\eclipse\eclipse.exe"
> > -vmargs -Djava.library.path="c:\program
> > files\eclipse\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x 86 "
> > --
> > Olivier
>
>
Re: java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path [message #267307 is a reply to message #267185] Tue, 17 August 2004 09:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vbychkovyak.i-hypergrid.com

there should be path to swt-win32-3062.dll file set in "java.library.path"
system property.

swt-win32-3062.dll is Windows native part of SWT library

"BoomerangThree" <Jeffrey_Mason@MSN.com> wrote in message
news:cfrbuj$ehc$1@eclipse.org...
> Newbie here, attempting to execute the SWT examples and I get the error:
>
> java.lang.UnsatisfiedLinkError: no swt-win32-3062 in java.library.path
>
> Any help greatly appreciated!!!
>
> BoomerangThree...
>
>
>
>
>
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Turning on tracing for more than one plugin using -debug option to Eclipse
Next Topic:[RCP] imports not resolved
Goto Forum:
  


Current Time: Sun Aug 31 18:27:22 EDT 2025

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

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

Back to the top