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]
# 1
Try c:\j2sdkee-1.3.1\bin\j2ee -verbose. Cheers
dstavrakov at 2007-7-7 0:13:44 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
the j2eesdk does not have ant.bak in it, u need to go download the ant.bak seperately
miantan at 2007-7-7 0:13:44 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

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.

jeevankc at 2007-7-7 0:13:44 > top of Java-index,Other Topics,Patterns & OO Design...
# 4
Hi,Sorry for not posting it before -my problem is already solved.Thanks and Regardsneha
neha5 at 2007-7-7 0:13:44 > top of Java-index,Other Topics,Patterns & OO Design...