trying to use templates to create projects
trying to use templates to create projects
- Subject: trying to use templates to create projects
- From: John Spicer <email@hidden>
- Date: Wed, 17 Mar 2004 12:54:39 -0600
I'm trying to follow through the "WebObjects 5" Web Application
handbook (bundled with wo 5.2).
I am using xcode instead of project builder.
I try creating the very simplest project (web object application) and
run it.
It won't run.
I do have web objects 5.2.2 installed (all the components are there)
and java 1.4.2 is installed (I can run other java apps).
this is what I get when I try to run it (remember, I've done nothing to
the project, just created it from stationary and tried to make it go:
(bits excluded)
/Library/WebObjects/Extensions/
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)
HelloWebObjects has exited with status 1.
Oh, I'm running os 10.3.2 (have not downloaded 10.3 or the wo updater)
Any ideas?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.