j2ee version 1.2.1 installation problem

Hi all

I am having problem running j2ee version1.2.1

I have installed j2ee version 1.2.1 in Windows XP in C:\j2sdkee1.2.1 directory.

then I created following environment variables:

J2EE_HOME=C:\j2sdkee1.2.1

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

PATH=C:\Program Files\Java\jdk1.5\bin;C:\j2sdkee1.2.1\bin

after setting the environment veriable I restarted my computer then when

trying to strat the server I get the folowing error mesage:

C:\j2sdkee1.2.1\bin>j2ee -verbose

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

operable program or batch file.

C:\j2sdkee1.2.1\bin>

I tried to start J2ee Server from some other directory also.

I dont know wht's the problem is and Why I can't start J2ee Server.

Can anybody pls help me solving this problem.

I would really appreciate if anyone can pls help me.

UK

[942 byte] By [oas_999a] at [2007-11-26 12:20:27]
# 1

hi,

I've had the same problem but with j2ee1.3. Where the problem lies is the version jdk you are using. I'm not sure which version you need but it makes a big difference and that's why your compiler will not recognise 'j2ee -verbose'.

j2ee1.3 is guarenteed to work with jdk1.3 but nothing newer, so basically change your installation of jdk1.5 to 1.2 or 1.3 ect and change the JAVA_HOME var to match:)

hope this helps

mat

jeeturtleboya at 2007-7-7 15:10:35 > top of Java-index,Archived Forums,Socket Programming...