How do I access the Java compilers on the glue and wam systems?
To access the Java 1.5 compiler on the glue/wam system simply type: >> tap java You can check the version of Java with the command: >> java -version As of January 2006, Java 1.5 is the default compiler … Then you can compile a small java program by simply typing something like: >> javac SmallProgram.java The Java 1.4 compiler is available for download from java.sun.com.
Related Questions
- For the Systems exam, some posted sample questions present code in C, and ask for code in their answers. Do the answers have to be in C, or would Java or pseudo-code be acceptable?
- How can I make EJB calls to the Glassfish or Sun Java Systems Application Servers EJB container?
- How do I access the Java compilers on the glue and wam systems?