- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Eclipse: Difference between revisions

From HLRS Platforms
Jump to navigationJump to search
No edit summary
(Added logo.)
 
(37 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox software
{{Infobox software
| name = Eclipse
| logo = [[Image:eclipse-logo.jpg]]
| developer              = [[Free and open source software|Free and open source software community]]
| description = '''Eclipse''' is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others.
| available on      = Linux, Mac, Windows, Opensolaris ([[Cross-platform]])
| developer              = Free and open source software community
| genre                 = [[Software development]]
| available on      = [[NEC Nehalem Cluster]]
| license                = [[Eclipse Public License]]
| category                 = [[:Category:Integrated Development Environment | Integrated Development Environment]]
| website                = [http://www.eclipse.org/ www.eclipse.org]
| license                = Eclipse Public License
| website                = [http://www.eclipse.org/ www.eclipse.org]  
}}
}}
Integrated Development Environment. Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others.


== Overview ==
== Konfiguration ==
 
=== Kommandozeilenargumente ===
 
Eine vollständige Liste von Kommandozeilenargumenten kann man [http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm in der Eclipse-Hilfe] ansehen.
 
Argumente kann man entweder direkt oder in der ''eclipse.ini'' angeben. In der ''.ini''-Datei muss ein Parameter pro Zeile erscheinen, ''-vmargs'' muss der letzte sein, gefolgt von den Argumenten für die VM. Beispiel:
 
-debug
-noSplash
-vmargs
-Xmx256M
 
Wichtig kann die Option ''-vm'' sein, mit der man den Pfad zur VM, die benutzt werden soll, angeben kann. Gerade unter Linux kann man sonst unschöne Probleme bekommen, wenn im Pfad eine andere als die gewünschte VM vorne steht. Eclipse berücksichtig nämlich '''nicht''', welche VM zum Beispiel unter Ubuntu mit ''/etc/alternatives/java'' gewählt wurde.
 
== Dokumentation ==
* [http://www.torsten-horn.de/techdocs/java-eclipse.htm Erste Schritte in Eclipse]
 
== Plug-ins ==
Nicht dass wir hier eine Lobpreisung auf Eclipse singen wollen, aber dank der leichten Erweiterbarkeit gibt es sehr viele nützliche Plug-ins.
 
=== SVN ===
Für die Integration von SVN in Eclipse gibt es zwei empfehlenswerte Plug-ins:
 
* [http://subclipse.tigris.org/ Subclipse]
* [http://www.polarion.org/index.php?page=overview&project=subversive Subversive]
 
Welches der Plug-ins man benutzt ist Geschmacksache.
 
== See also ==
* [[Software Development Tools, Compilers & Libraries]]


== External links ==
== External links ==
* [http://www.eclipse.org/ Eclipse homepage]
* [http://www.eclipse.org/ Eclipse homepage]
* [http://www.eclipse-plugins.info/eclipse/index.jsp Eclipse Plugins]
* [http://www.eclipseplugincentral.com/ Eclipse Plugin Central]
* [https://gforge.hlrs.de/projects/gt4ide/ GT4IDE - Ein Plug-in, mit dem in Eclipse bequem GT4-Services entwickeln kann (wird am HLRS entwickelt)]
* [http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html QuickREx - reguläre Ausdrücke in einem eigenen View testen]
* [http://www.bastian-bergerhoff.com/eclipse/features/web/XPathDeveloper/toc.html XPathDeveloper - erlaubt es, XPath-Queries live an XML-Dateien in einem eigenen View zu testen]
[[Category:Integrated Development Environment]]

Latest revision as of 12:31, 19 August 2011

Eclipse is a multi-language software development environment comprising an integrated development environment (IDE) and an extensible plug-in system. It is written primarily in Java and can be used to develop applications in Java and, by means of the various plug-ins, in other languages as well, including C, C++, COBOL, Python, Perl, PHP, and others.
Eclipse-logo.jpg
Developer: Free and open source software community
Platforms: NEC Nehalem Cluster
Category: Integrated Development Environment
License: Eclipse Public License
Website: www.eclipse.org


Konfiguration

Kommandozeilenargumente

Eine vollständige Liste von Kommandozeilenargumenten kann man in der Eclipse-Hilfe ansehen.

Argumente kann man entweder direkt oder in der eclipse.ini angeben. In der .ini-Datei muss ein Parameter pro Zeile erscheinen, -vmargs muss der letzte sein, gefolgt von den Argumenten für die VM. Beispiel:

-debug
-noSplash
-vmargs
-Xmx256M

Wichtig kann die Option -vm sein, mit der man den Pfad zur VM, die benutzt werden soll, angeben kann. Gerade unter Linux kann man sonst unschöne Probleme bekommen, wenn im Pfad eine andere als die gewünschte VM vorne steht. Eclipse berücksichtig nämlich nicht, welche VM zum Beispiel unter Ubuntu mit /etc/alternatives/java gewählt wurde.

Dokumentation

Plug-ins

Nicht dass wir hier eine Lobpreisung auf Eclipse singen wollen, aber dank der leichten Erweiterbarkeit gibt es sehr viele nützliche Plug-ins.

SVN

Für die Integration von SVN in Eclipse gibt es zwei empfehlenswerte Plug-ins:

Welches der Plug-ins man benutzt ist Geschmacksache.

See also

External links