I'm using NetBeans IDE.
I just saved my latest version, accedentaly clicked 'Build and Clean' insted of 'Run' and now i'm getting the following error:
1 2 3 4 5 6 7 8 9 10 11 12 13
| run: Exception in thread "main" java.lang.NoClassDefFoundError: EntitySystem/Entity at isogameengine_01.Main.main(Main.java:21) Caused by: java.lang.ClassNotFoundException: EntitySystem.Entity at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) ... 1 more Java Result: 1 BUILD SUCCESSFUL (total time: 2 seconds) |
To the best of my knowlage, I have not changed ANYTHING apart from accedentaly clicking the 'Build and Clean' button...
can anyone tell me what is this, why might it have happened and how could I fix it?