• 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

how to install and configure Java EE 5 in the Windows Environment (Urgent)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've downloaded the Java EE 5 and installed it in to my Windows.

I don't know how to configure the environment variable. Previously I had J2EE in my system. When I typed "J2EE -Verbose", it worked well. However this time it can not work.

Could anyone tell me the detailed procedures of how to make the configuration of JAVA EE 5 in the Windows environment.

Thanks a lot.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems like you have a classic path and environment entry issue.
Take a look at the outcome for "path" in a command line. Also, try to figure out if your environment entries were set for your user session or the admin session.
 
reply
    Bookmark Topic Watch Topic
  • New Topic