top | item 33776335

(no title)

jklehm | 3 years ago

It's largely the same, aside perhaps from not shipping with the java compiler by default:

  * install java (includes compiler/runtime): `sudo apt install default-jre`
  * compile: `javac MyProgram.java`
  * run:     `java MyProgram`

discuss

order

No comments yet.