Monday, January 21, 2013

Java - Error Encountered - Error while running command for compiling source files

JDK: External version 6, Internal version 1.6.0 update 25

Error while running command for compiling source files


Command:
javac ShirtTest

error: Class names, 'ShirtTest', are only accepted if annotation processing is explicitly requested1 error

Resolution:
Run command below:
javac ShirtTest.java

No comments:

Post a Comment