Hi,

does anybody have experience with JDK 1.2.2 aka Java 2?  if so (under linux,
sun or windows), can you please tell me what i need to do beyond the default
installation to get even the most basic code to run?  like i can't even get

import java.io.*;

public class a {
  public static void main(String[] args)
  {
          System.out.println("Hello world!\n");
  }
}

to run with the usual javac a.java and java a.class.  i had jdk 1.1 on, and
everything worked, but i'm trying to use the java 2d api which is only part
of java 2 (1.2.2).

thanks,
GT


------------------------------------------------------------------
Gigabyte Gary, Professional Student ([EMAIL PROTECTED])
http://www.cs.utexas.edu/users/gpsi/
The University of Texas at Austin (http://www.utexas.edu)
Computer Sciences Major (http://www.cs.utexas.edu)
Spanish and Business Minors

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to