Hello, i'm developing a software with WebObjects and WOLips on MacOSX. (Java 1.6). I checked out this project on my Linux-PC (Ubuntu Mint, OpenJDK 1.6). When i want to run the project in the Linux-PC i get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: = Caused by: java.lang.ClassNotFoundException: = at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: =. Program will exit. I can't start the project. I created a new project to test if this starts, and it did. Do you now this error? What can it be? Where should i look? Thank you, Thomas _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
