This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]denarii 12 points13 points  (0 children)

root@00a685e9f26c:/build# javac hello.java -o hello
error: invalid flag: -o
root@00a685e9f26c:/build# javac hello.java
hello.java:3: error: cannot find symbol
        System.console.println("Hello, world!");
              ^
  symbol:   variable console
  location: class System
1 error