If I hit clean, does it just reload or fix the stuff or does it delete it all? I'm going to try it anyway.
I think I have backups somewhere anyway for some of these.
Ok. Have hit "clean".
Still not quite working. How do you make sure it runs the correct main?
java.lang.NoClassDefFoundError: McWoo/TheList
Caused by: java.lang.ClassNotFoundException: McWoo.TheList
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"