Commit graph

11 commits

Author SHA1 Message Date
Christoph Atteneder
6286be9d3e
Re-add original install script 2022-07-08 21:31:50 +02:00
Christoph Atteneder
89729c41c9
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.6.3
# Conflicts:
#	scripts/install_java.sh
2021-05-07 10:33:45 +02:00
BtcContributor
4af614b9cc
Update scripts to JDK 11 2021-05-01 10:24:40 +02:00
Maxim Belkin
ffa39f51fa
Update Java installation scripts 2021-04-26 16:40:37 -05:00
BtcContributor
84084b5d75
Update scripts to JDK 11 2021-04-22 17:16:00 +02:00
81dr
c5d1faf264
Update install_java.sh 2020-12-03 22:49:50 +00:00
Ben Kaufman
faf27f8930 Add MacOS support in install_java.sh script 2019-03-01 10:14:11 +02:00
Devin Bileck
f873fab49d
Add execute permission for shell scripts 2019-01-31 10:39:14 -08:00
Devin Bileck
04d7a6f7e2
Configure default system JDK
The install_java.sh script was not setting the appropriate java and
javac as default. This is not an issue if no other JDK is installed, but
if so it could cause the wrong JDK to be used. So it now sets the
appropriate default system JDK.

Also, added a comment at the top of the install_java.sh and
install_java.bat files indicating it configures the default system
JDK and informs the user how to go about selecting a different
default JDK if necessary.
2019-01-06 16:13:57 -08: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
055afc19cd
Add install_java.sh 2018-11-20 22:43:01 -08:00