/bin/javacYou might need to put this on your path in your shell initialization file or .software file.
To run:
java Mainprovided Main contains the main() method. To compile several Java classes, use:
javac *.javaTo run the program, use version of:
java Main < program.input