Webobjects 5.3? Xcode

launchsite1

Registered
Hi there,

I have recieved the following error code when trying to run a simple WebOjects Direct to Java app.

Can't load Application class, exiting...
java.lang.ClassNotFoundException: Application
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:68)

HelloWorld2 has exited with status 1.

I have tried to uninstall and reinstall XCode that is bundled with Tiger but that hasn't fixed it. Someone has also suggested uninstalling WebObjects and reinstalling but I'm not sure how to do that?

Any thoughts?
Cheers
Pete
 
Back
Top