• 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

Re: J2EE setting

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

To learn J2EE, I have downloaded J2EE SDK and installed successfully. I follow the steps described in the web reference "http://java.sun.com/developer/onlineTraining/EJBIntro/exercises/SetupJ2EERI/" to run the application server, but I failed in that the output from command prompt was "command is not recognized as an internal or external command, operable program or batch file." when I typed in commands "j2ee - verbose" and "cloudscape -start" even I have set the environment variables J2EE_HOME and PATH to be the directory I installed the SDK and J2EE_HOME\bin respectively. Can anyone spot the problem?

Thanks a lot!
Regards,
Joe
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Joe,
do you have j2ee.jar in your PATH?
 
Joe Cheung
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where can I find j2ee.jar?
reply
    Bookmark Topic Watch Topic
  • New Topic