Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.programmer Subject: Re: Diff. the JRE INSIDE the jdk folder and JRE OUTSIDE the JDK folder? Date: Fri, 02 Sep 2011 09:57:35 -0400 Organization: A noiseless patient Spider Lines: 23 Message-ID: References: <4e60d7f7$0$6545$9b4e6d93@newsspool4.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 2 Sep 2011 13:54:18 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="Z+UYWCPnTu4kxHsUACWmFQ"; logging-data="27786"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19mhbkPkX1vaLo52r0cxrLymNfG0R2XVmY=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110818 Icedove/3.0.11 In-Reply-To: Cancel-Lock: sha1:joWlwB4IzE/UIQ+k6KCR4TULn30= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7533 On 09/02/2011 09:47 AM, Jeff Higgins wrote: > On 09/02/2011 09:19 AM, Jochen Brenzlinger wrote: >> 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? >> >> >> Jochen >> > I suspect the installer and installation path. $ cmp --verbose --print-bytes C:\Program files\Java\jdk\jre\bin\java.exe C:\Program files\Java\jre6\bin\java.exe