Commit graph

6 commits

Author SHA1 Message Date
Devin Bileck
3394980b90
Update install_java.bat
If the JDK is already installed, there is no need to download,
extract, and install it again. Just need to ensure the environment
variables are set.
2018-12-06 15:46:39 -08:00
Manfred Karrer
409d4d4c96
Merge pull request #2055 from devinbileck/consolidate-install_java.sh
Consolidate install_java.sh scripts
2018-12-05 02:01:36 +01:00
Devin Bileck
85de38a063
Consolidate install_java.sh scripts
Rather than having a separate install_java.sh script for distributions
that use a different package manger, I updated install_java.sh to
handle package managers used by various Linux distributions.
2018-12-04 14:50:37 -08:00
Devin Bileck
0dc924b8e2
Add install_java.bat
This batch file allows for easy installation and configuration of the necessary JDK on Windows.
2018-12-03 16:05:59 -08:00
Albert Palau
188f14f988 Added script to install Java SE 10 target platform on OS rpm based 2018-12-01 16:30:59 +01:00
Devin Bileck
055afc19cd
Add install_java.sh 2018-11-20 22:43:01 -08:00