About 51 results
Open links in new tab
  1. java - Where can I find the JDK 1.5 source code? - Stack Overflow

    Aug 2, 2015 · Where can I find the entire source code for JDK 1.5 to download? I am unable to find the exact link on the oracle site; the link provided only goes in circles.

  2. java - Need 64 bit jdk 1.5 for windows - Stack Overflow

    Nov 26, 2015 · Java Development Kit 5.0 Update 22, 33.12 MB, jdk-1_5_0_22-windows-amd64.exe Sound like what you want? The link is there on that page you linked to! I'll spare you my usual rant …

  3. java - download jdk1.5.0_18 source code - Stack Overflow

    Apr 27, 2010 · 3 I'm looking for the JDK source code for Java 1.5 update 18 (on win XP). I don't want to install a JDK, I don't want the source code for the entire VM, just the source for the JDK libs, so that …

  4. IntelliJ IDEA 13 uses Java 1.5 despite setting to 1.7

    Update File->Project structure->Project Settings->Project->Project Language level to Java 11 (update to the java version that you wish to use in your project) using drop down.

  5. how to install java 1.5 jdk in ubuntu 10.04? - Stack Overflow

    Jan 23, 2016 · So I used alien and dpkg to handle it with usual package installing in java. Hope this will help to somebody who is trying to work with java 1.5 in Ubuntu 16.04.

  6. AnnotationTransactionAttributeSource is only available on Java 1.5 and ...

    Jul 31, 2018 · I am dealing with this problem here. I am using IntelliJ Community Edition and Tomcat 7. I have set the project SDK to 1.7 and also the module SDK to 1.7. Spring version is 4.1.6.RELEASE …

  7. Issue with Java 1.5 on RHEL 8 - Stack Overflow

    May 10, 2023 · RHEL 8 was released in 2019. Java 1.5 in 2004. It should be expected that it is not supported by a more recent operating system. Also it is a crazy security risk to use Java 1.5 on this …

  8. Java version automatically change to java 1.5 after maven update

    Feb 14, 2015 · Java version automatically change to java 1.5 after maven update Asked 11 years ago Modified 3 years, 9 months ago Viewed 142k times

  9. java.lang.IllegalArgumentException: TLSv1.2 on JRE 1.5

    Jun 17, 2015 · From my understanding this would require an very experienced Java and C/C++ developer (team) for some weeks/months. From a long term perspective using that developer (team) …

  10. IntelliJ: Error:java: error: release version 5 not supported

    Jan 5, 2020 · Whenever I try to start any simple Java Maven project (may it be even a simple Hello World) I get the following error: Error:java: error: release version 5 not supported Running java - …