ClassNotFoundException rage >:o

So everything is working fine, and then I restart my computer for updates, and magically I am now getting errors upon compilation. Searching the interwebz did not yield answers that helped, so I turn to you guys.

java.lang.NoClassDefFoundError: com/natekramber/main/Main
Caused by: java.lang.ClassNotFoundException: com.natekramber.main.Main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Exception in thread “main”

Edit: Here is my source and workspace so you can import to Eclipse.

Thanks,

-Nathan

Which IDE are you using (If any)?

Eclipse. I put a .zip with my project above.

Do a clean then rebuild. Fixes most eclipse issues.

Try a rebuild (Like spoingie said), then make sure that your properties are pointing to the right class.