由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 问个问题啊. JDK/JRE
相关主题
java深度历险 阅读笔记 ztA question about JRE and JDK:
问个eclipse装jar的入门问题Help needed on Java mail security issue
Singleton请教:用eclipse的话每次是否需要import java.lang java.io ??
xp 是不是不支持jave 阿?谁给讲讲Java的版本?
ant javac error in eclipse 3.0?安装tomcat不成功
help:tomcat5 on FC4Eclipse and java 1.6
关于linux 下makefile求救!JDK8要出来了?
start up tomcat problem有没有人熟悉tomcat?急!
相关话题的讨论汇总
话题: jdk话题: jre话题: folder话题: bin
进入Java版参与讨论
1 (共1页)
s*****i
发帖数: 650
1
如果用JDK folder 里面的bin/java.exe 和jre folder里面的bin/java.exe 来运行
一个java 程序有什么区别
谢谢
g*****g
发帖数: 34805
2
No difference

【在 s*****i 的大作中提到】
: 如果用JDK folder 里面的bin/java.exe 和jre folder里面的bin/java.exe 来运行
: 一个java 程序有什么区别
: 谢谢

L*******r
发帖数: 1011
3
not really.
JDK's java.exe will load tools.jar, which is not included in JRE.

【在 g*****g 的大作中提到】
: No difference
s******e
发帖数: 493
4
Well. That is not because the java.exe are different. It just because that
tools.jar happens to be in the path for extension classloader to load it in
after the bootstrap classloader

【在 L*******r 的大作中提到】
: not really.
: JDK's java.exe will load tools.jar, which is not included in JRE.

L*******r
发帖数: 1011
5
well. I just want to answer the original question.
And the original question is "如果用JDK folder 里面的bin/java.exe 和jre
folder里面的bin/java.exe 来运行一个java 程序有什么区别"

in

【在 s******e 的大作中提到】
: Well. That is not because the java.exe are different. It just because that
: tools.jar happens to be in the path for extension classloader to load it in
: after the bootstrap classloader

1 (共1页)
进入Java版参与讨论
相关主题
有没有人熟悉tomcat?急!ant javac error in eclipse 3.0?
Help!: tomcat classloading problemhelp:tomcat5 on FC4
Re: Help!: tomcat classloading problem关于linux 下makefile求救!
Eclipse的Javadoc信息显示问题start up tomcat problem
java深度历险 阅读笔记 ztA question about JRE and JDK:
问个eclipse装jar的入门问题Help needed on Java mail security issue
Singleton请教:用eclipse的话每次是否需要import java.lang java.io ??
xp 是不是不支持jave 阿?谁给讲讲Java的版本?
相关话题的讨论汇总
话题: jdk话题: jre话题: folder话题: bin