Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Compilation of HelloWorldSWT fails with "no swt-gtk-4333 in java.library.path"(Trying to build the "Hello World SWT" Application appropriate to Java Development Tutorial fails)
Compilation of HelloWorldSWT fails with "no swt-gtk-4333 in java.library.path" [message #1235911] Sat, 25 January 2014 17:08
Dirk Walter is currently offline Dirk WalterFriend
Messages: 4
Registered: January 2014
Junior Member
Found a solution for the error: It is a mistake into the documentation, because:

If i choose <binary project> instead of <projects with source folder> on the step <Import the SWT Project> it works fine.
Also is the docu wrong at this place:

Open the Import wizard from the main menu via File > Import..., and select Plug-in Development > Plug-ins and Fragments. Click Next.
On the Import Plug-ins and Fragments page, select 
Import from: The active target platform.
Plug-ins and Fragments to import: Select from all plug-ins and fragments found at specified location.
Import As: Projects with source folders.
Click Next.
On the Selection page, Add org.eclipse.swt.{platform}.{os}.{arch} (for example: org.eclipse.swt.win32.win32.x86 for win32) to Plug-ins and Fragments to Import: list.
Click Finish.
This will create the org.eclipse.swt.{platform}.{os}.{arch} project which we will need to compile and run the application. 
Previous Topic:Minimal SWT Console App
Next Topic:How to update MenuBar at runtime?
Goto Forum:
  


Current Time: Thu Apr 25 13:00:30 GMT 2024

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

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

Back to the top