Reputation: 4647
I just want to download the newest JRE in 32 and in 64 bit!
At the download page of java.com I can only find an installer, but I just want to download the -maybe zipped- folder.
Can you help me where I can get this?
Thanks for your help!
Kind regards
Upvotes: 2
Views: 86
Reputation: 7810
No, there are no official portable zipped distributions, but you can make one yourself, it's quite simple. Here's an instruction on how to do it for JDK 7 (for JDK 8 the procedure should not be different):
http://www.brucalipto.org/java/how-to-create-a-portable-jdk-1-dot-7-on-windows/
In a nutshell, you should unpack the .exe file as a 7-zip archive and rename all of the *.pack.jar files inside to corresponding *.jar files (just remove ".pack" from their names).
Upvotes: 2