classpath Windows 2000 Pro

I want to make sure my classpaths are setup right to get the J2EE installed corectly. Can someone please show me how to do this...I am running Windows 2000 Professional.
[190 byte] By [Chadrick] at [2007-9-26 3:44:01]
# 1
See http://java.sun.com/j2ee/j2sdkee-beta/install.html#win_soft
neville_sequeira at 2007-6-29 12:23:19 > top of Java-index,Desktop,Deploying...
# 2
Thank you very much...
Chadrick at 2007-6-29 12:23:19 > top of Java-index,Desktop,Deploying...
# 3

> I want to make sure my classpaths are setup right to

> get the J2EE installed corectly. Can someone please

> show me how to do this...

>

> I am running Windows 2000 Professional.

HI chad...

Go to Start ->Settings ->controlpanel ->system-> advanced tab->IN the env variable (not sytem variable)

if PATH is already there(if not add ) then highlight that and click edit and add the path till the Bin of the jdk1.3 installed

ex : c:\jdk1.3\bin if u installed in C drive

This is for the Javac compiler...

NOw for Class path :

again click edit and enter CLASS PATH in the variable and enter the path where ur compiled class files will be there.....

HOpe this helps u...if not email to kondakrishna1@yahoo.com

cheers

kris

krishnakonda at 2007-6-29 12:23:19 > top of Java-index,Desktop,Deploying...