Application class in a package
Application class in a package
- Subject: Application class in a package
- From: Greg Hulands <email@hidden>
- Date: Fri, 15 Oct 2004 07:46:15 +1000
Hi,
I have been packaging my classes up and am now getting a class not
found exception when trying to run.
Can't load au.com.shoebox.woapplication.Application class, exiting...
java.lang.ClassNotFoundException:
au.com.shoebox.woapplication.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)
In the Generated Classpath from WOBootstrap, I have noticed that the
shoebox.jar file is not there. This is the file in
/Contents/Resources/Java.
What am I doing wrong?
Any help is greatly appreciated.
Regards,
Greg
_______________________________________________
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