From Alice to Java

- the Java compiler. This is used to compile (translate) your Java source code (.java file) into bytecode (object code). java - the Java interpreter. This is used to run your Java bytecode (.class file) on the Java Virtual Machine (JVM). To use the Java SDK, first open a command prompt window as follows: ................
................