Spring Setup: Difference between revisions

From bibbleWiki
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="..."
 
 
(4 intermediate revisions by the same user not shown)
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">
# 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
tar -zxvf eclipse-committers-2021-03-R-linux-gtk-x86_64.tar.gz -C /tmp/fred
tar -zxvf eclipse-committers-2021-03-R-linux-gtk-x86_64.tar.gz -C /tmp/fred

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