Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » ilding JFace/SWT apps in WSAD? Getting NoClassDefFoundError
ilding JFace/SWT apps in WSAD? Getting NoClassDefFoundError [message #459587] Thu, 11 August 2005 18:03
Eclipse UserFriend
Originally posted by: erics.nospam.com

Using WSAD 5.1.2, I'm trying to build the sample standalone JFace
application from http://www-128.ibm.com/developerworks/library/os-ecgui2/

I have added the following JAR fies to the project (from the ..\Application
Developer\v5.1.2\eclipse\plugins directory):

org.eclipse.swt.win32_2.1.3\os\win32\x86\swt.jar
org.eclipse.jface_2.1.3\jface.jar
org.eclipse.jface.text_2.1.0\jfacetext.jar
org.eclipse.core.runtime_2.1.1\runtime.jar
org.eclipse.ui.workbench_2.1.3\workbench.jar

I couldn't find an org.eclipse.runtime_2.1.3\runtime.jar

I also copied swt-win32-2136.dll to my project directory.

The program builds and runs fine, but when I click on Exit in the menu, I
get an exception:

java.lang.NoClassDefFoundError:
org/eclipse/core/internal/boot/DelegatingURLClassLoader

Am I missing a library or something?

I have Eclipse 3.1 installed on another machine and created pretty much the
same project including the above JAR files. And it works fine there.

Any ideas?

Thanks.
- Eric S.
Previous Topic:How to tell what control is gaining focus when I'm losing focus?
Next Topic:Enabled celd in Table
Goto Forum:
  


Current Time: Fri Apr 26 08:05:39 GMT 2024

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

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

Back to the top