exception occured in java compiler
- by user2892977
I am a beginner in Java.I have JDK1.7.0 installed on windows 7 OS.I just wrote a sample java file where the file was not getting compiled and throws the below error.
Sam.java:5: ';' expected
Sample p = New Sample();
An exception has occurred in the compile
r (1.7.0-ea). Please…