get oracle java 1.8 in windows without installing it -


is possible java in zip format? don't want install getting .exe file.

is there zip version of java 1.8 can download , extract , start using in windows machine(64 bit processor)

you can extract jdk folder installation exe.

check this link steps. post jdk 1.7 work jdk 1.8 also

do following.

steps

  1. download jdk oracle
  2. download , install 7-zip here
  3. open installition exe using 7-zip
  4. extract tools.zip
  5. extract content of tools.zip folder (e.g. c:\jdk).
  6. open extracted folder in cmd prompt.
  7. execute for /r %x in (*.pack) .\bin\unpack200 -r "%x" "%~dx%~px%~nx.jar" command
  8. set java_home jdk (e.g c:\jdk) folder.
  9. add %java_home%/bin path env variable.

testing

run following command check installation, print version of jdk.

c:> javac -version javac 1.7.0_51 

note: tested jdk 1.7 , 1.8

update

edited answer add steps in answer instead of link blog post.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -