Java compiler on gul1/gul2

Revised 20/02/2003
Java 2 SDK is installed on University central Linux servers gul1/gul2.

The Java 2 SDK is a development environment for building applications, applets, and components that can be deployed on the Java platform.

The Java 2 SDK software includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform. These tools are designed to be used from the command line.

Basic example:

 $ edit J2sdkTest.java
 ----------------------------------------------
  public class J2sdkTest
   {
    public static void main(String[] args)
    {
     System.out.print("Hello\n");
    }
   }
 ----------------------------------------------

 $ javac J2sdkTest.java

 $ java J2sdkTest
Hello
You can read more about Java 2 SDK (and look at demos) by browsing the gul1/gul2 directories under
/usr/java/
Please report problems to: system@gantep.edu.tr