Spring Setup: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
Type=Application | Type=Application | ||
StartupNotify=false | StartupNotify=false | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 03:24, 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