• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

J2EE SDK 1.3.1 on Windows ME

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Author
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to Run J2EE on Windows nonNT..... This may help
 
If tomatoes are a fruit, then ketchup must be a jam. Taste this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic