Commit Graph

20 Commits

Author SHA1 Message Date
Alva Swanson
b17603eec9
Remove Java Installation Scripts
The scripts are outdated and install the wrong Java version anyway.
2023-07-07 21:07:07 +02:00
Christoph Atteneder
6286be9d3e
Re-add original install script 2022-07-08 21:31:50 +02:00
Stephan Oeste
74d87d7695
make all scripts executable
Signed-off-by: Stephan Oeste <emzy@emzy.de>
2021-11-30 12:40:06 +01: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
Devin Bileck
3b2e86a754
Add shell script for creating DAO genesis transaction 2019-06-24 13:15:37 -07: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
01e0c05c2e
Update install_java.bat
Do not download 7zip if it had previously been downloaded, for example
if this script had previously been run. And don't delete it at the end
of this script in case this script is run again. This is an attempt to
save time and bandwidth.
2018-12-22 14:59:37 -08:00
Devin Bileck
47c59f8b3f
Fix when setting long PATH environment variable
Avoid using setx to append to the PATH environment variable as it will
truncate to 1024 characters. Instead, use SetEnvironmentVariable
in powershell.
2018-12-14 23:57:26 -08:00
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