hi,
i just installed j2ee 1.4 on my pc (windows xp). i've set the path/class path as follows -
PATH = C:\Sun\J2EE1.4\AppServer\bin;C:\J2SDK1.4.2_08\BIN
CLASSPATH = .;C:\Sun\J2EE1.4\AppServer\lib\j2ee.jar
And i've added JAVA_HOME and J2EE_HOME in both environmental and system variables as -
JAVA_HOME = C:\j2sdk1.4.2_08
J2EE_HOME = C:\Sun\J2EE1.4
the problem is, whenever i try to run j2ee, using "start j2ee" command, it gives error that windows/system cannot find the file j2ee. deploytool and other things work fine. it only wont start j2ee. can anyone please tell me if there's something wrong in the path/classpath or something?
Thanks.