Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tomcat installation

Status
Not open for further replies.

naresh

Programmer
Oct 9, 2000
9
US
how can i install tomcat on win 98

i tried to install tomcat 4.0 and i have jdk 1.3
i keep getting this error

JAVA_HOME environment variable not found

any help appreciated
thank you
nnanuvala@hotmail.com
 
You have to set the JAVA_HOME environmetnal variable using
Code:
export JAVA_HOME="/path/to/jdk_1.3.1"
//Daniel
 
hi daniel,
where should i make changes to this environment variable
(JAVA_HOME)
could you tell me what exactly i have to do
thank you for ur reply
naresh
 
At a command prompt, execute this command if you are on a *nix system:
Code:
export JAVA_HOME=/path/to/jdk_1.3.1
or if you are on a MS system, execute this:
Code:
JAVA_HOME=/path/to/jdk_1.3.1
//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top