Problem in installation of J2EE SDK 1.3
I have installed J2EE SDK 1.3 on my machine. I have set
J2EE_HOME=C:\j2sdkee1.3.1
JAVA_HOME=C:\Program Files\j2sdk1.4.2_08
and
PATH=C:\j2sdkee1.3.1\bin
environmental variables. All the three path seem to OK. But when I'm trying to start application server using j2ee -verbose command on my dos prompt I'm getting following error
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
I tried j2ee -verbose command from C: prompt as well as from C:\j2sdkee1.3.1\bin prompt in which j2ee batch file is present.
Please help/guide on above issue

