Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Java Build Path
Java Build Path [message #142361] Thu, 09 March 2006 08:42 Go to next message
luckPP is currently offline luckPPFriend
Messages: 3
Registered: July 2009
Junior Member
I am using WinXP SP2, Eclipse Platform Version: 3.1.0.

I installed manually "eclipse-examples-3.1-win32.zip" and I tried to run
the project, and here is the message I got in to the Console:

-----------------------------------------------------
Exception in thread "main" java.lang.UnsatisfiedLinkError: no
swt-win32-3135 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
org.eclipse.swt.examples.addressbook.AddressBook.main(Addres sBook.java:54)
------------------------------------------------------

Could you tell me pleas what Libraries should I add to the Java Build Path.

Best regards,
Re: Java Build Path [message #142445 is a reply to message #142361] Thu, 09 March 2006 21:55 Go to previous messageGo to next message
Chris Gage is currently offline Chris GageFriend
Messages: 74
Registered: July 2009
Member
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no
> swt-win32-3135 in java.library.path

I seem to remember that error code when I was using 3.1.0. If I were
you I would move to 3.1.2 or even 3.2 and try again.
Re: Java Build Path [message #142479 is a reply to message #142361] Fri, 10 March 2006 03:07 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Try launching the app with Run As->SWT Application.

Hope this helps,
- Jeff
Previous Topic:merging with CVS
Next Topic:Weblogic Configuration
Goto Forum:
  


Current Time: Sun Jun 30 14:23:52 GMT 2024

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

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

Back to the top