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.