java.lang.RuntimeException: Uncompilable source code – what can cause this?

If it is Netbeans, try to uncheck “Compile on save” setting in the project properties (Build -> Compiling). This is the only thing which helped me in a similar situation.

Leave a Comment