Re: Do I need JRE 1.6 at all if I already install JDK 1.6 ?



On Aug 3, 1:28 am, tom.par...@xxxxxx (Tom Parson) wrote:
I downloaded the newest jdk 1.6 upd 2.
During the install I am asked wether I want to install

JDK 1.6.02

AND

JRE 1.6.02

I wonder wether it is necessary to install JRE as well.

As far as I know JDK contains already an JRE in jdk\jre

Furthermore

jdk\bin

contains at least all necessary tools e.g. javaw.exe

which jre\bin contains.

So do I need to install JRE as well if I already installed JDK ?

If yes: Which path should have priority in the PATH environment:

jdk\bin

or

jre\bin ?

Tom

The JDK is a superset of the JRE. In other words, you only need one,
and you only need the JDK if you are developing.

.



Relevant Pages

  • Re: Simple instructions for getting Java to work on 5.10?
    ... > instructions I have found on the web do not work on a default install. ... > Ideally the JRE or JDK would work with Firefox. ...
    (Ubuntu)
  • Re: private vs. public JRE in different OSs
    ... boils down to "the JDK uses a private JRE because the docs ... A default Java install on a Un*x system does NOT mandate ...
    (comp.lang.java.programmer)
  • Re: 5.4-RELEASE && Java jre1.3
    ... > I've the official dictionary of the Academy RAE of Spain. ... You could always install the 1.3 version of the jdk in addition to the ... They install to different locations so they can co-exist. ... Kind of overkill just to get a 1.3 JRE but... ...
    (freebsd-questions)
  • RE: Java 1.50 not installed in FC4? Use Suns version?
    ... For users of Fedora Core releases ... >> want to install the JDK, do I still need to install ... >If you are referring to Sun's stuff, their JDK includes JRE, so no. ...
    (Fedora)
  • Re: Do I need JRE 1.6 at all if I already install JDK 1.6 ?
    ... During the install I am asked wether I want to install ... I wonder wether it is necessary to install JRE as well. ... As far as I know JDK contains already an JRE in jdk\jre ... So do I need to install JRE as well if I already installed JDK? ...
    (comp.lang.java.help)

Loading