When I install j2ee Then Error!!

When I Installed j2ee Then Error!

C:\WINDOWS>j2ee -version

Bad command or file name

Syntax error

Syntax error

Syntax error

Java 2 Enterprise Edition Server

Options:

-verboseRedirect all logging output to the current shell.

-helpPrint this help message.

-versionPrint the version.

-stopStop the J2EE server.

--

My Systme's autoexec.bat

set JAVA_HOME=C:\JDK1.3

set J2EE_HOME=C:\j2sdkee1.3.1

set ANT_HOME=C:\Jakarta-Ant;

set TOMCAT_HOME="C:\Program Files\Apache Tomcat 4.0"

set path=C:\JDK1.3\bin;

set path=%path%C:\WINDOWS;

set path=%path%C:\WINDOWS\COMMAND;

set path=%path%C:\j2sdkee1.3.1\bin;

set classpath=C:\Work\JDK;

set classpath=%classpath%c:\jdk1.3\src.jar;

set classpath=%classpath%c:\j2sdkee1.3.1\lib\j2ee.jar;

set classpath=%classpath%"C:\Program Files\Apache Tomcat 4.0\common\lib\servlet.jar";

OS : Win98

How Can I solution this Problem!

[1035 byte] By [kuff] at [2007-9-27 0:39:15]
# 1
u have to start a batch file from bin directory.c:\j2ee\bin>j2ee -verboseif not working,go to setevv batch file in that u comment out this "/*"i thing that now work fine
sathishthangaraj at 2007-7-4 17:26:12 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
The current realease of the J2EE SDK supports only Windows NT and Windows 2000 Professional, but not Windows 98.
dirkeiden at 2007-7-4 17:26:12 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

The J2EE SDK 1.4 Beta Release for

1-SolarisTM

2-Windows 2000 Professional Edition

3-Windows XP Professional Edition

4- Linux

So NT 4.0 is no included in the 1.4 so do the win98. In version 1.3 NT was included but not win98.

Let us not bother our self and move to Linux to save Headach

Regards,

Alan

alan5 at 2007-7-4 17:26:12 > top of Java-index,Other Topics,Patterns & OO Design...