Building Limewire with Eclipse edit: Oops! Sorry, this probably belongs in the developer forum. Moderators, feel free to delete this thread, as I will repost in the appropriate developer forum. Thank you.
Hello,
I'm using Eclipse 3.1.1 to build and run Limewire 4.9, but am having difficulty. I have successfully built the core and gui modules, but when I try to fire up the limewire startup script "run.bat", I get what seems to be a classpath related error. Does anyone know how to fix this? Here's the error that displays on my console after executing run.bat:
java.lang.NoClassDefFoundError: com/limegroup/gnutella/gui/Main (wrong name: gui/com/limegroup/gnutella/gui/Main)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java :620)
at java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader .java:260)
at java.net.URLClassLoader.access$100(URLClassLoader. java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java: 195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 51)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:319)
Exception in thread "main" |