• 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 1.3.1 RI Server set up problem

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to set up J2EE1.3.1 server
getting the following error when trying to execute j2ee command

ERROR: Set J2EE_HOME to the path of a valid j2sdkee.

I have set up variables like this

JAVA_HOME C:\j2sdk1.4.1_02;
J2EE_HOME C:\j2sdkee1.3.1;
PATH C:\j2sdkee1.3.1\bin;C:\j2sdk1.4.1_02\bin;
CLASSPATH C:\j2sdk1.4.1_02\bin;C:\j2sdkee1.3.1\lib\j2ee.jar;

lemme know if i m wrong on setting up any environment variable.

Thanks in advance,
Abhijeet
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
don't use ; at the end of the path


J2EE_HOME c:\j2sdkee1.3.1\bin
 
You'll never get away with this you overconfident blob! The most you will ever get is 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