java.lang.NullPointerException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Coderanch by Daisy Smith, 1 year ago
via Coderanch by Daisy Smith, 1 year ago
java.lang.NullPointerException:
at com.sun.tools.javac.main.JavaCompiler.readSource(JavaCompiler.java:571)
at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:632)
at myclass.MyClass.parse(MyClass.java:56)
at myclass.MyClass.main(MyClass.java:48)