Eclipse (Ubuntu): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 44: Zeile 44:


==== Links ====
==== Links ====
[http://wiki.eclipse.org/EGit/User_Guide http://wiki.eclipse.org/EGit/User_Guide]


[https://github.com/collab-uniba/socialcde4eclipse/wiki/How-to-import-a-GitHub-project-into-Eclipse https://github.com/collab-uniba/socialcde4eclipse/wiki/How-to-import-a-GitHub-project-into-Eclipse]
[https://github.com/collab-uniba/socialcde4eclipse/wiki/How-to-import-a-GitHub-project-into-Eclipse https://github.com/collab-uniba/socialcde4eclipse/wiki/How-to-import-a-GitHub-project-into-Eclipse]

Version vom 21. April 2018, 12:55 Uhr

Noch in Bearbeitung


Installation

Download

http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2

Entpacken

tar -xzf eclipse-jee-oxygen-R-linux-gtk-x86_64.tar.gz
sudo mv eclipse /opt/

Verknüpfungen erstellen

Desktop

vi ~/Schreibtisch/eclipse_jee.desktop
[Desktop Entry]
Type=Application
Name=Eclipse J2EE
Comment=Eclipse Integrated Development Environment
Icon=/opt/eclipse/icon.xpm
Exec=/opt/eclipse/eclipse
Terminal=false
Categories=Development;IDE;Java;

Startmenü

Startmenueinträge können unter XUbuntu mit dem Editor menulibre erstellt werden.

Erweiterungen

Installation über Help->Eclipse Marketplace.

Git

Links

http://wiki.eclipse.org/EGit/User_Guide

https://github.com/collab-uniba/socialcde4eclipse/wiki/How-to-import-a-GitHub-project-into-Eclipse

Subversion

Subversion muss zusätzlich installiert werden.

Subclipse 4.2.3

Fehler: Failed to load JavaHL library
sudo apt-get install libsvn-java
Links

http://subclipse.tigris.org/wiki/JavaHL

EclipseGradle

Links

http://www.vogella.com/tutorials/EclipseGradle/article.html

Tomcat

Tomcat und Eclipse

Links

https://help.eclipse.org/oxygen/index.jsp


Zurück zu Java