I have installed
j2ee sdk on windows me
Following setting in autoexec file.
SET JAVA_HOME=C:\j2sdk1.4.0
SET J2EE_HOME=C:\j2sdkee1.3.1
SET CLASSPATH=.;C:\j2sdkee1.3.1\lib\j2ee.jar;
SET PATH=c:\windows;c:\windows\command;C:\j2sdk1.4.0\bin;C:\j2sdkee1.3.1\bin;
When i run j2ee -verbose
i get the following error message
C:\Jay\EntJava>j2ee -verbose
Bad command or file name
Syntax error
Syntax error
Syntax error
Java 2 Enterprise Edition Server
Options:
-verbose Redirect all logging output to the current
-help Print this help message.
-version Print the version.
-stop Stop the J2EE server.
C:\Jay\EntJava>
Can anyone tell me whats the problem.
Many Thankx
Jayesh