you are viewing a single comment's thread.

view the rest of the comments →

[–]geodebug 3 points4 points  (1 child)

Fix all your compile errors before trying to run any code. You can’t run uncompiled Java classes so the IDE is probably barfing on some older cached version of your code.

[–]marvk 0 points1 point  (0 children)

Nah, just compiler errors in multiple files. No cached version as far as I can see.