This week's book giveaway is in the Open Source Projects forum.
We're giving away four copies of Eclipse Collections Categorically: Level up your programming game and have Donald Raab on-line!
See this thread for details.
  • 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Installing j2sdkee1.2.1

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone!
I am new to Enterprise Java and I have installed it on Windows 2000.
I am getting an error message when I type j2ee on the command prompt.
The error message I am getting is:
ERROR:Set J2ee_Home before running this script.
Can anyone tell me the steps that I have to go through to make it run.
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Patrick,
Define falling environment variables
J2EE_HOME-> Points to base of your J2EE installation
JAVA_HOME->points to the base dir of your J2SE Installation
PATH-> Add J2EE_HOOM\Bin to your PATH
This should be sufficient for you to start the J2EE server
Cheers
Jayram
 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please set classpath of your j2ee.jar file which may be in c:\j2sdkee1.3\lib\ folder of your directory structor.
If it doesn't helps , as i am not very expert with this all, i would suggest that you go through with the instructions available in index.html file in C:\j2sdkee1.3\doc your directory if you installed it on C:\.
Just a hint. Check it out. Good luck.
Rashid Ali
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
First of all, add this to your Environment.
set J2EE_HOME=[your j2sdkee1.3 installation path]
add this to your PATH:
%J2EE_HOME%\bin
add this to your CLASSPATH:
%J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib\locale
That's it. Nothing else is required. Now you are ready to run your j2ee server.
Bye

Originally posted by Patrick Mugabe:
Hi everyone!
I am new to Enterprise Java and I have installed it on Windows 2000.
I am getting an error message when I type j2ee on the command prompt.
The error message I am getting is:
ERROR:Set J2ee_Home before running this script.
Can anyone tell me the steps that I have to go through to make it run.

 
Did you miss me? Did you miss this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic