Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Exception
Exception [message #466708] Sat, 14 January 2006 18:51 Go to next message
Eclipse UserFriend
Originally posted by: mikko.tanskanen.tut.fi

When I run my program, I get:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3138
in java.library.path
I have visited http://www.eclipse.org/swt/faq.php#missingdll
but I don't have a folder called org.eclipse.swt.win32_3.0.0 or anything
similiar in plugins folder. All I've got is
org.eclipse.swt.win32.win32.x86_3.1.0.jar

Any advice to solve this?

-Mikko
--
"
Re: Exception [message #466709 is a reply to message #466708] Sat, 14 January 2006 19:16 Go to previous message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
If you're running your program in Eclipse then you can use "Run as SWT Application" and that will set up java.library.path automatically.

If you're trying to run your application outside of Eclipse you will have to get the libraries in a folder where you can access them. You can do this by inflating the JAR file and moving the libraries out of the os subdirectory structure.
Previous Topic:SWT and WebStart (1.5.0-b64)
Next Topic:[ANN] SWTPlus, custom widgets for SWT
Goto Forum:
  


Current Time: Fri Apr 26 19:22:38 GMT 2024

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

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

Back to the top