ITS/High Performance Computing Cluster/help on java
[edit] Using the Sun Java Development Kit and Sun Java Runtime Environment on the ITS HPC cluster
To use any of the installed Java compilers and runtimes, first load the java module:
module load jdk-1.6
[edit] Compiling a Java program to bytecode
To compile the Java source file "test.java" with the Sun Java compiler, use the command
javac Hello.java
The javac compiler will make a file called Hello.class. To run the newly-compiled bytecode,
java Hello
The program should run.
Case Referrers
Blog Entries
- http://blog.case.edu/jms18/web_services/index (1 referral)
Other Sites
- Home of Research Computing (2 referral)
- http://start.case.edu/ (8 referral)
