Announcement

Collapse
No announcement yet.

Kann Eclipse nicht starten

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Kann Eclipse nicht starten

    Da das Problem anscheinend doch öfter vorkommt, hier mal eine grundsätzliche Anleitung:

    Zuerst ist - wenn noch nicht geschehen JAVA zu installieren. Grundsätzlich arbeitet Eclipse mit einem JRE (Java Runtime Environment), jedoch Server wie Tomcat benötigen bis Version 5 das JDK (Java Development Kit). Beides bekommt man bei Oracle:

    http://www.oracle.com/technetwork/ja...ads/index.html

    Nach der Installation von Java kann Eclipse runtergeladen werden. Je nachdem was man mit der IDE entwickeln will, gibt es verschiedene Versionen:

    http://www.eclipse.org/downloads/

    Wer mit Java anfangen will, ist mit der "IDE for Java Developers" gut bedient.

    Es wird ein ZIP runtergeladen (32 oder 64 Bit Version). Dieses wird nur irgendwohin enpackt. Einige Betriebssystem könnten Probeme machen, wenn in dem Zielpfad Leerzeichen drin sind.

    Nach dem entpacken ist die Eclipse.exe zu starten. Damit sollte dann auch die IDE schon sichtbar werden.

    Es ist keinesfalls erforderlich eine setup.exe o.a auszuführen. Eclipse braucht nicht installiert zu werden.

    Startet Eclipse nicht, so sollten Fehlermeldungen angezeigt werden. Diese Fehler gilt es zu beheben. Weiterhin könnten im Logfile weitere Hinweise stehen.

    Where is my Log?


    Eclipse has a log file where problems are recorded and usually this is the first thing that an Eclipse developer asks for when you report a problem. The log file can be found in a couple of places:
    • Workspace log - This is the most common location for the log file, It is stored in your workspace in the meta-data directory. Check out workspace/.metadata/.log.
    • Configuration log - Sometimes information is recored in the configuration log file instead of the workspace log. (especially if the workspace hasn't been created yet, there isn't one, or it cannot be created) Check your configuration area for a configuration log file. (configuration/<timestamp>.log)
    • Startup - Occasionally problems happen in the system really early before there is a workspace and before there is a configuration area. This means that there is nowhere to write the log file so information is written to the console, See the notes below on running with a console to get these messages.


    Bevor man an der eclipse.ini rumspielt und dort ev. Änderungen am Speicher u.a. vornimmt sollte man sich eine Kopie anlegen.

    Wenn alles nicht hilft........ggf. andere IDE nutzen.....

    http://netbeans.org/
    http://www.jetbrains.com/idea/
    Zuletzt editiert von Christian Marquardt; 15.09.2013, 12:53.
    Christian
Working...
X