Application class not found!?
Application class not found!?
- Subject: Application class not found!?
- From: Colin Shreffler <email@hidden>
- Date: Fri, 06 May 2005 21:52:31 -0600
Title: Application class not found!?
I ran into a problem a few days ago and thought I’d publish the resolution for those that are interested:
When trying to run my WebObjects project from within Xcode, I continued to get the Following Java error:
==========================================
...
...
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)
Order Management System has exited with status 1.
==========================================
I discovered that this happening because my project existed in a directory who’s path contained a space in it! (e.g. ~/Warp 9 Software/Projects/...). When I changed the directory by removing the spaces and re-ran the project... Everything worked just perfectly :)
Hope this helps someone out there!
Colin Shreffler
Warp 9 Software
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden