Regarding J2ee1.2.1 installation

Hi all

I am having problem installing J2ee 1.2.1 version in windowsXP.

I have installed j2ee1.2.1 in C:\j2sdkee1.2.1 directory.and set the following environment variable:

J2EE_HOME=C:\j2sdkee1.2.1

JAVA_HOME=C:\PROGRAM FILES\JAVA\JDK1.5

PATH=C:\j2sdkee1.2.1\bin;c:\program files\java\jdk1.5\bin

now when I type following command

c:>j2ee -verbose

i get following error message:

C:\j2sdkee1.2.1\bin>deploytool

'C:\Program' is not recognized as an internal or external command,

operable program or batch file.

C:\j2sdkee1.2.1\bin>

even i tried this command from C:\j2sdkee1.2.1\bin>j2ee -verbose

its not working.

I would appreciate if anybody can help me solving this problem. I really need to install J2EE1.2.1 properly.

can anyone pls help me.

[861 byte] By [bronze-starDukes] at [2007-11-26 12:12:41]
# 1
Duplicate post http://forum.java.sun.com/thread.jspa?threadID=5114359&tstart=0
silverstar at 2007-7-7 14:12:57 > top of Java-index,Archived Forums,Socket Programming...
# 2
set JAVA_HOME="C:\PROGRAM FILES\JAVA\JDK1.5"
silverstar at 2007-7-7 14:12:57 > top of Java-index,Archived Forums,Socket Programming...
# 3

Hi many thanks.

I have created Environment variable JAVA_HOME

and set the value as JAVA_HOME=C:\Program Files\Java\jdk1.5

and I have tried from the command prompt as

set JAVA_HOME=C:\Program Files\Java\jdk1.5

and I am getting the same error message.

actually I don't know whether it is possible to install J2ee version 1.2.1 in Windows XP platform.

I would appreciate if you could pls help me solving this problem by providing further info.

expecting ur help.

bronzestar at 2007-7-7 14:12:57 > top of Java-index,Archived Forums,Socket Programming...
# 4
Note the quotation marks that are in my post and omitted in yours.
silverstar at 2007-7-7 14:12:57 > top of Java-index,Archived Forums,Socket Programming...