Can't load Application class
Can't load Application class
- Subject: Can't load Application class
- From: Ken Tozier <email@hidden>
- Date: Sun, 16 Jan 2005 19:20:41 -0500
I got the following error when trying to run my first WO app.
Here's what I did:
- Created an EOModel of a Postgres database table
- Created a new project in Xcode using the "Direct to java client
application (tier 3)" option
- Built it without any errors
- Attempted to run it and got the following
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)
Executable “wo_dtj” has exited with status 1.
Same thing happened when I tried to create the project as a direct to
web app.
How do I go about fixing this?
Thanks
Ken
_______________________________________________
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