[CLUE-Tech] Java swing

Jeffery C. Cann jccann at home.com
Tue Dec 26 20:47:25 MST 2000


On Monday 25 December 2000 20:00, Roger Frank wrote:

What is your javac command that you are using to compile your test program?

I downloaded the same JDK version, installed it and ran a test compile.  I 
attached the java source file.

I executed the following commands

$ javac test.java     ---- will compile the test application
$ java test	  ---- run the 'test' java program

I did not set my $CLASSPATH env variable (this has changed since 1.2).

Jeff

-- 
jccann [at] home [dot] com
-------------- next part --------------
import javax.swing.*;

class test {

	public static void main ( String args [] ) {

		java.lang.String s = "Hello World!\n";

		System.out.println( s );
	}
}


More information about the clue-tech mailing list