Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Diff. the JRE INSIDE the jdk folder and JRE OUTSIDE the JDK folder?

pstein-JavaNetSep 3 2011 — edited Sep 6 2011
When I install a new J2SE version then there are 3 java runtimes:

1.) C:\Program files\Java\jdk\bin\java.exe

2.) C:\Program files\Java\jdk\jre\bin\java.exe

3.) C:\Program files\Java\jre6\bin\java.exe

Ok, the difference between the first and the second java.exe is that the first is WITH included debugging info compiled
and the second not.

But what is the difference between the second and the third java.exe?

AGAIN: I am NOT searching for the difference between JDK and JRE !!!!!!

I am searching for the difference between the TWO JRE's !!!!

Peter
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2011
Added on Sep 3 2011
3 comments
1,694 views