Add download packages for portable Java runtime 32-bit and 64-bit for Windows.
This commit is contained in:
@@ -66,6 +66,22 @@
|
|||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'"
|
"activated_cfg": "PYTHON='%installation_dir%/python%.exe%'"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "java",
|
||||||
|
"version": "7.45",
|
||||||
|
"bitness": 32,
|
||||||
|
"windows_url": "portable_jre_7_update_45_32bit.zip",
|
||||||
|
"activated_path": "%installation_dir%/bin",
|
||||||
|
"activated_env": "JAVA_HOME=%installation_dir%"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "java",
|
||||||
|
"version": "7.45",
|
||||||
|
"bitness": 64,
|
||||||
|
"windows_url": "portable_jre_7_update_45_64bit.zip",
|
||||||
|
"activated_path": "%installation_dir%/bin",
|
||||||
|
"activated_env": "JAVA_HOME=%installation_dir%"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "git",
|
"id": "git",
|
||||||
"version": "1.8.3",
|
"version": "1.8.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user