Changing folder name of WebObjects project causes failure to run
Changing folder name of WebObjects project causes failure to run
- Subject: Changing folder name of WebObjects project causes failure to run
- From: Rick Hoge <email@hidden>
- Date: Tue, 2 Nov 2004 23:28:28 -0500
Sorry if this is a total newbie question -
I am trying to run some "Hello World" examples from the book by Mendis
- some of the tutorial exercises have you copy a project folder and
rename it. In my case, simply renaming the folder seems to cause the
application to fail when I run it with the error message duplicated
below. Is this suggestive of anything obvious?
Thanks for any suggestions,
Rick
[here is the end of my run log:]
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 “Hello” has exited with status 1.
_______________________________________________
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