Finally, our new Leopard servers are here. I started moving applications to the new server. But I have problem running the app on the server, it always gives me following error:

Can't load .Application class, exiting...
java.lang.ClassNotFoundException: .Application
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:84)

I don't understand why it's looking for .Application class. The app is compiled using java 1.5 and the server is running java 1.5 as well. The application runs well in my Leopard development mac. Anyone knows how to fix it? Please advise.

Thanks a lot.
Wen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to