• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
I just had the craziest dream. This tiny ad was in it.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic