View Single Post
Old 04-16-2012, 06:32 PM   PM User | #3
lvandaz
New to the CF scene

 
Join Date: Apr 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
lvandaz is an unknown quantity at this point
Am not receiving any errors am using Netbeans IDE v7.1.1 I have also tried on Eclipse Indigo same thing happening.I tried to run the class in the Project folder and I got this:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: LibraryIS (wrong name: library/is/LibraryIS)
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
	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: LibraryIS. Program will exit.
But none of this when I run it through the IDEs
lvandaz is offline   Reply With Quote