Ist es ein Problem, wenn man zuerst Eclipse und dann das JDK installiert?

1 Antwort

Vom Fragesteller als hilfreich ausgezeichnet

Ich zitiere dazu einmal aus dem Eclipse Wiki:

(...) Eclipse is a Java-based application and, as such,  requires a Java Runtime Environment or Java Development Kit (JRE or JDK) in order to run.
Note that on recent versions of Mac, a full JDK needs to be installed, not just a JRE; (...)
Regardless of your operating system, you will need to install some Java virtual machine (JVM). You may either install a Java Runtime Environment (JRE), or a Java Development Kit (JDK), depending on what you want to do with Eclipse.  If you intend to use Eclipse for Java development, then you should install a JDK. If you aren't planning to use Eclipse for Java development and want to save some disk space, install a JRE.

Quelle

Für Windows OS gilt also: Da ein JRE im Eclipse-Installer mit enthalten ist, kannst du Eclipse zuerst installieren. Danach solltest für die Entwicklung allerdings noch das JDK einrichten.

Für Mac OS wäre es zu empfehlen, erst das JDK zu installieren, danach Eclipse.