[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Java Build Path
|
- From: luci_amarius@xxxxxxxxx (Luck)
- Date: Thu, 9 Mar 2006 08:42:05 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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:123)
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(AddressBook.java:54)
------------------------------------------------------
Could you tell me pleas what Libraries should I add to the Java Build Path.
Best regards,