• 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

Help needed in setting J2EE_HOME in vista

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to run RI in vista. I have installed J2SE in C:\j2sdkee1.3.1. I have set the system as follows.I have set PATH and CLASSPATH in
PATH= C:\j2sdkee1.3.1\bin as user variable and J2EE_HOME as system variable.
CLASSPATH = .;C:\j2sdkee1.3.1\lib\j2ee.jar;
J2EE_HOME = .;C:\j2sdkee1.3.1

But whenever I am trying to run, I am getting the following error.

C:\j2sdkee1.3.1\bin>j2ee
ERROR: Set J2EE_HOME to the path of a valid j2sdkee.

Please help me in resolving this issue.

Regards,
Satabdi
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

J2EE_HOME = .;C:\j2sdkee1.3.1



Change it to

 
satabdi das
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot, it worked...
 
Get me the mayor's office! I need to tell him about this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic