Were JRE is located

Does anyone know where the JVM or JRE is located.

The java location directory is:

c:\program files\java\jdk1.5.0_06\

Any suggestions where JVM or JRE are?

regards,

Raheal

[207 byte] By [Raheal_Maza] at [2007-11-27 11:28:10]
# 1

> Does anyone know where the JVM or JRE is located.

>

> The java location directory is:

>

> c:\program files\java\jdk1.5.0_06\

a.k.a. JAVA_HOME.

> Any suggestions where JVM or JRE are?

The JVM exists in memory and is started from %JAVA_HOME%\bin\java.exe.

The JRE is in %JAVA_HOME%.

~

yawmarka at 2007-7-29 16:20:27 > top of Java-index,Java Essentials,New To Java...