Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Problem running as SWT Application
Problem running as SWT Application [message #200969] Thu, 14 April 2005 18:57 Go to next message
sck is currently offline sckFriend
Messages: 70
Registered: July 2009
Member
Hello All,
Recently, I switched to using 3.1M6 from 3.1M5.

Earlier, I remember running SWT Applications using the rightclick option as
shown in the attached file.

I remember it working fine in 3.1 M5. But, when I switched to 3.1 M6, it
gives me the missing library error and the fix is forcing me to add the swt
library to java.lib.path. I never added it manually to 3.1.M5 eclipse. Is it
a new problem in 3.1M6.

This is the error I am getting.
java.lang.UnsatisfiedLinkError: no swt-win32-3128 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:12 3)

at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)

at org.eclipse.swt.widgets.Display.<clinit>(Display.java:125)

at Main.main(Main.java:17)

Exception in thread "main"

thanks,
Sridhar






  • Attachment: temp2.jpg
    (Size: 7.13KB, Downloaded 85 times)
Re: Problem running as SWT Application [message #201484 is a reply to message #200969] Wed, 20 April 2005 15:48 Go to previous message
Markus KellerFriend
Messages: 294
Registered: July 2009
Senior Member
That was bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=88669 ,
which has been fixed for I20050419-1200.

Markus


sck wrote:

> Hello All,
> Recently, I switched to using 3.1M6 from 3.1M5.
>
> Earlier, I remember running SWT Applications using the rightclick option as
> shown in the attached file.
>
> I remember it working fine in 3.1 M5. But, when I switched to 3.1 M6, it
> gives me the missing library error and the fix is forcing me to add the swt
> library to java.lib.path. I never added it manually to 3.1.M5 eclipse. Is it
> a new problem in 3.1M6.
>
> This is the error I am getting.
> java.lang.UnsatisfiedLinkError: no swt-win32-3128 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:12 3)
>
> at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
>
> at org.eclipse.swt.widgets.Display.<clinit>(Display.java:125)
>
> at Main.main(Main.java:17)
>
> Exception in thread "main"
>
> thanks,
> Sridhar
>
>
>
>
>
>
>
Previous Topic:PDE problem with new MANIFEST.MF style
Next Topic:how to get full path editor dropdown list
Goto Forum:
  


Current Time: Thu Oct 10 23:21:25 GMT 2024

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

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

Back to the top