Eclipse no Linux

Instalação do Eclipse Java no Linux
Voltar

Passo a passo:

  1. Pré-requisito (deb): sudo apt install default-jdk
  2. Baixar Eclipse Java oficial (.tar.gz): Acesse
  3. sudo tar xvzf eclipse-*.tar.gz && sudo mv eclipse /opt
  4. sudo ln -s /opt/eclipse/eclipse /usr/bin/eclipse-java
  5. sudo nano /usr/share/applications/eclipse-java.desktop
    
    [Desktop Entry]
    Encoding=UTF-8
    Name=Eclipse IDE
    Type=Application
    Exec=/opt/eclipse/eclipse
    Icon=/opt/eclipse/icon.xpm
    Terminal=false
    Comment=Eclipse integrated development environment
    GenericName=Eclipse
    StartupNotify=false
    Categories=Development;IDE;Java;
    Keywords=eclipse;ide;editor;java;
    

Elaborado por Mateus Schwede
ubsocial.github.io