|
If you already have Java installed then the command is javac file.java to compile it and java file.class to run it.
If you haven't installed java, go to java.sun.com, download the Linux install, install it and then add the java/bin directory to your PATH.
|