dear fan mo
its very easy to run j2ee, first of all as u said that u r
using windows 2000, so u don't have to write
set JAVA_HOME
set J2EE_HOME
in ur autoexec.bat file, these r environments variables,
the best way to write environments variables in windows 2000 or windows nt is,
right click to my computer on ur desktop
click properties
click the 'advance' tab and u will see enviroment variable button
click it
a window will come click new button a small window come
write JAVA_HOME in texfield 'name'
write c:\jdk1.3 or path u have in textfield 'value'
write J2EE_HOME in texfield 'name'
write c:\j2sdkee1.2.1 or path u have in textfield 'value'
and write this in ur autoexec.bat file
remember ur ram should be 128 or more
set path=%path%;%JAVA_HOME%\BIN;%J2EE_HOME%\BIN;
set classpath=%JAVA_HOME%\LIB\TOOLS.JAR;JAVA_HOME\LIB\DT.JAR;
%J2EE_HOME%\LIB\j2ee.jar;%J2EE_HOME%\LIB\CLOUDSCAPE\TOOLS.JAR;%J2EE_HOME%\LIB\CLOUDSCAPE\CLIENT.JAR;%J2EE_HOME%\LIB\CLOUDSCAPE\CLOUDSCAPE.JAR;
hope this will work
syed samad