One of the more frustrating things about Eclipse–at least for some users–is that Eclipse doesn’t come with a Java Runtime Environment (JRE). Since Eclipse is itself a Java application, it needs a JRE to run. The intellectual property rules at Eclipse prevent us from including a JRE with the downloads, so you have to go and install one yourself.
If you try to run Eclipse without having first installed a JRE, you’ll see a message like this:
The new installer provides a little more help. If you try to launch the installer without having first installed a JRE, you’ll see something like this:
If you click “Yes”, a dialog box will open inviting to you locate a JRE (this would be the right option to use if you know that you have a JRE installed, but it isn’t on the class path).
If you click “No”, your browser will open with some handy links to help you install a JRE:
The list includes both JRE and Java Development Kit (JDK) links. If you’re using Eclipse to do Java development and just want things to work “out of the box”, install a JDK. More advanced users can configure JDKs in the preferences.



Much improvement happening in this area, cool.
Interestingly the web page tells me “Please download and install a recent JRE for your Windows system” irregardless of my machine running Linux.
Well, my favorite link, actually, is this one: http://download.eclipse.org/oomph/jre/?vm=1_1_8_0_65
;-P
Can you open a bug?
In which bugzilla project? In Oopmh project, eclipse platform, an “eclipse installer” project, Oomph/EF website?
Fantastic question. Against Oomph, please.
For the records, it’s name is https://bugs.eclipse.org/468304 – the original issue turned out to be a red herring (I just shouldn’t be hacking URLs), but then we did find s.t….
Even more clicking on the link, it recommends me to install the *65* bit JRE on my Mac. I am very excited about the improvements over 64 bit 😉
I also opened this bug to simplify the UI for non-Java developers: https://bugs.eclipse.org/bugs/show_bug.cgi?id=468988