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