Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get JAVA 9 JRE / JDK as a zip file rather than EXE or MSI installer?

Tags:

java

java-9

How can I get JAVA 9 JRE / JDK as a zip file rather than EXE or MSI installer?

https://jdk9.java.net/download/

like image 802
vaquar khan Avatar asked Oct 24 '15 20:10

vaquar khan


People also ask

How do I install Java JDK 9?

In a browser, go to the Java SE Development Kit 9 Downloads page and click Accept License Agreement. Under the Download menu, click the Download link that corresponds to the .exe for your version of Windows. Download fhe file jdk-9.

Do we need to download JDK and JRE separately?

The JDK includes the JRE, so you do not have to download both separately. If you need the JRE on a server and do not want the ability to run RIAs, download the Java SE Server JRE.

Where can I get Java 9?

Go to the Oracle Java Archive page. The JDK is a development environment for building applications using the Java programming language. The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the JavaTM platform.


2 Answers

Look at https://jdk9.java.net/ carefully there's "JDK 9 Early Access with Project Jigsaw" that is actually zip download.

like image 82
Paul Verest Avatar answered Nov 09 '22 23:11

Paul Verest


You can download JDK 9 zip file from Java Platform, Standard Edition 9 Reference Implementations

like image 34
B. S. Rawat Avatar answered Nov 10 '22 00:11

B. S. Rawat