j2ee installation
hi,
I have downloaded j2sdkee-1.3.1 in c drive.
set the path to j2sdkee-1.3.1\bin.
ant's bin directory and jdk bin directory are already in the path.
now when i try to run j2ee -verbose at the command prompt i am getting j2ee is not an internal or external command.
plz help.
Thanks and Regards
neha
[357 byte] By [
neha5] at [2007-9-27 20:09:53]

hi neha, This is b'coz of the path. do the following steps. and let me know the result. If u could have go through the installation notes then u might not have this problem. do the following procedure.
if u have installed j2sdkee in c:\j2sdkee
then
variable name should be j2ee_home
and value should be c:\j2sdkee
And install the Ant1.3 and set it to the environment like
ant_home=c:\ant
java_home=c:\jdk1.3
that's it.