31 ms·
It's largely the same, aside perhaps from not shipping with the java compiler by default: * install java (includes compiler/runtime): `sudo apt install defau
by jklehm 4y 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`