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
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
> 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%.
~