Thursday, October 31, 2013

public class J {

public static void main(String[] args) {

}

}


...
$ javac J
error: Class names, 'J', are only accepted if annotation processing is explicitly requested
1 error

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.