-
Notifications
You must be signed in to change notification settings - Fork 2
JGISShell Installation
Andreas W. Bartels edited this page Nov 29, 2019
·
10 revisions
- First install Java 11 Runtime Enviroment (JRE).
- Download and extract JGISShell
- Enable execution right for JGISShell.jar
- Launch JGISShell with click or double click on JGISShell.jar
Debian Package using Systems
Launch Terminal window
# Install JRE
sudo apt install openjdk-11-jre
# Download JGISShell
wget https://github.com/AndreasWBartels/JGISShell/archive/master.zip
# Extract compressed file
unzip master.zip
# Change folder
cd JGISShell-master
# Launch JGISShell
./run.sh