• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Application class not found!?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: WOXMLCoder XML tag output ordering issue
  • Next by Date: Including static HTML in a WOComponent
  • Previous by thread: Re: unable to set bindings on custom wocomponents
  • Next by thread: Including static HTML in a WOComponent
  • Index(es):
    • Date
    • Thread