Java Client-Trouble Shooting
Version 2.1 by David Avendasora on 2009/01/22 10:23
Exception in thread "AWT-EventQueue-0" com.webobjects.foundation.NSForwardException for java.lang.NoClassDefFoundError: my.app.package.ClassIKnowExists
When you get an error stating that WebObjects can't find a class on the client you know exists and is being copied to the WebServerResources/Java directory, then it is almost certainly a class-path issue. If you are running your app within Eclipse/WOLips, this means that the ClasspathClient.txt file is incorrect. This file is NOT maintained by the build process so any new Frameworks you add will need to be added to this file.