Spring Setup: Difference between revisions
Jump to navigation
Jump to search
Created page with "=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. <syntaxhighlight lang="..." |
|||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
This is just a quick setup for Spring and Eclipse on Ubuntu 20.04 | This is just a quick setup for Spring and Eclipse on Ubuntu 20.04 | ||
==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="bash"> |
Revision as of 03:19, 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.
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