Spring Setup: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Line 3: Line 3:
==Get Eclipse==
==Get Eclipse==
I did try with snap but it just did not seem to work.
I did try with snap but it just did not seem to work.
<syntaxhighlight lang="bash">
<syntaxhighlight lang="sh">
# Get the software
# Get the software
wget http://mirror.umd.edu/eclipse/technology/epp/downloads/release/2021-03/R/eclipse-committers-2021-03-R-linux-gtk-x86_64.tar.gz
wget http://mirror.umd.edu/eclipse/technology/epp/downloads/release/2021-03/R/eclipse-committers-2021-03-R-linux-gtk-x86_64.tar.gz

Revision as of 03:23, 3 April 2021

Introduction

This is just a quick setup for Spring and Eclipse on Ubuntu 20.04

Get Eclipse

I did try with snap but it just did not seem to work.

# Get the software
wget http://mirror.umd.edu/eclipse/technology/epp/downloads/release/2021-03/R/eclipse-committers-2021-03-R-linux-gtk-x86_64.tar.gz
tar -zxvf eclipse-committers-2021-03-R-linux-gtk-x86_64.tar.gz -C /tmp/fred
mv /tmp/fred/eclipse /opt/eclipse
sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse

Make a Laucher

[Desktop Entry]
Encoding=UTF-8
Name=Eclipse IDE
Comment=Eclipse IDE
Exec=/usr/bin/eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
StartupNotify=false