assanges / JDK-archive

JDK Archive

Home Page:https://github.com/eladkarako/JDK-archive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

      PayPal Donation

JDK Archive

Setup: Note 1 - Install:extract it with 7zip to a new folder, double click the MSI file. Note 2 - "Portable" usage:after you've extract the 7zip achive browse around for zip archives and extract any files you'll want to keep..
Docs JCE Policy Example for setting the JAVA environment variables: (info: 1 2)
JAVA_HOME            C:\PROGRA~1\Java\JDK17~1.0_8
JDK_HOME             C:\PROGRA~1\Java\JDK17~1.0_8
JRE_HOME             C:\PROGRA~1\Java\JDK17~1.0_8\jre
PATH                 ........;C:\PROGRA~1\Java\JDK17~1.0_8\bin;

Optional:

CLASSPATH            .;C:\PROGRA~1\Java\JDK17~1.0_8\lib;C:\PROGRA~1\Java\JDK17~1.0_8\jre\lib;
JAVA_TOOL_OPTIONS    -Dfile.encoding="UTF-8"    (default is "Windows-1252")
PATH                 REMOVE: ";C:\ProgramData\Oracle\Java\javapath;"

figure-out a folder's short-8.3-path format.

PayPal Donation