Download Source Code jdk1.5.0_18

I am looking for JDK source code for updating Java 1.5 18 (with XP winning). I don’t want to install the JDK, I don’t need the source code for the whole virtual machine, just the source for the JDK libraries, so when I go to the Java class in Eclipse it opens the source code.

Is it possible to download only src.zip (or a zip that contains src.zip)? I do not want to install a new JDK / JRE in order to access src.zip, as I am worried that it will have unwanted side effects such as changing JAVA_HOME.

Thanks Don

+3
source share
5 answers

The best place to download older versions of Java content is Archive . JDK 1.5.0_18 is.

, , ZIP . , JDK CD/DVD .

, .

JDK JAVA_HOME . , JDK/JRE , JAVA_HOME PATH.

Sun JDK/JRE . , , Java, Java-. , !

+3
+1

, JDK. JAVA_HOME

+1

JDK , , .

Eclipse Window → Preferences → Java → JRE JDK, , , !

( java- JAVA_HOME )

0

Source: https://habr.com/ru/post/1742954/


All Articles