由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - start up tomcat problem
相关主题
A question about JRE and JDK:ant javac error in eclipse 3.0?
安装tomcat不成功大家做JSP/Java开发的配置是怎样的?
Help needed on Java mail security issuehelp:tomcat5 on FC4
谁给讲讲Java的版本?关于linux 下makefile求救!
Eclipse and java 1.6问个问题啊. JDK/JRE
Ant problem请教:用eclipse的话每次是否需要import java.lang java.io ??
UNIX 和 Win下的安装区别?JDK8要出来了?
xp 是不是不支持jave 阿?where is my j2ee.jar file
相关话题的讨论汇总
话题: home话题: java话题: variable话题: jre
进入Java版参与讨论
1 (共1页)
c******e
发帖数: 139
1
I download a apache-tomcat-5.5.23, i want to start it up, so i run it by
C:\apache-tomcat-5.5.23\bin>startup
it gave me
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
what does this mean?
thanks
h**d
发帖数: 474
2
You have to define JAVA_HOME system enviroment variable.
Assume you are using Windows:
http://support.microsoft.com/kb/310519

【在 c******e 的大作中提到】
: I download a apache-tomcat-5.5.23, i want to start it up, so i run it by
: C:\apache-tomcat-5.5.23\bin>startup
: it gave me
: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
: At least one of these environment variable is needed to run this program
: what does this mean?
: thanks

c******e
发帖数: 139
3
What should be in JAVA_HOME ? I defined it as C:\jdk1.5.0_09\bin, it gave me
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
what does this mean?
thanks

【在 h**d 的大作中提到】
: You have to define JAVA_HOME system enviroment variable.
: Assume you are using Windows:
: http://support.microsoft.com/kb/310519

h**d
发帖数: 474
4
your java installation base directory which should be c:\jdk1.5.0_09

me

【在 c******e 的大作中提到】
: What should be in JAVA_HOME ? I defined it as C:\jdk1.5.0_09\bin, it gave me
: The JAVA_HOME environment variable is not defined correctly
: This environment variable is needed to run this program
: NB: JAVA_HOME should point to a JDK not a JRE
: what does this mean?
: thanks

c******e
发帖数: 139
5
Thank you! it works.

【在 h**d 的大作中提到】
: your java installation base directory which should be c:\jdk1.5.0_09
:
: me

1 (共1页)
进入Java版参与讨论
相关主题
where is my j2ee.jar fileEclipse and java 1.6
有没有人熟悉tomcat?急!Ant problem
Question on JSP ELUNIX 和 Win下的安装区别?
help!!xp 是不是不支持jave 阿?
A question about JRE and JDK:ant javac error in eclipse 3.0?
安装tomcat不成功大家做JSP/Java开发的配置是怎样的?
Help needed on Java mail security issuehelp:tomcat5 on FC4
谁给讲讲Java的版本?关于linux 下makefile求救!
相关话题的讨论汇总
话题: home话题: java话题: variable话题: jre