Commit graph

3 commits

Author SHA1 Message Date
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
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