About 5,210,000 results
Open links in new tab
  1. java - Where to download jdk 1.4.2 for Windows - Stack Overflow

    Dec 29, 2009 · From where can I download Sun JDK 1.4.2 for Windows. I have checked Sun's website and since they have stopped the support to this version it is no longer available for download.

  2. Force Eclipse use only Java 1.4 - Stack Overflow

    Locally I need to code against Java 1.4. I tried the suggestion in this post how to restrict jdk api version in eclipse however Eclipse still provides code completion for String.contains which is...

  3. java - what is difference between JDK 1.4 and JDK1.6 - Stack Overflow

    May 6, 2014 · Once you have got your application working on Java 1.6, you can then think about whether and when to start using the Java 1.5 language extensions, and the new / enhanced APIs in …

  4. java - I need to install jdk 1.4 for legacy program in linux ubuntu ...

    Jan 17, 2024 · I've tried to install java 1.4 for an old program and download it from Oracle official web site. But the content directory structure of the tar.Z file are a bit messy, and I try to put it in Eclipse …

  5. jar - JSmooth Java 1.4 or above not found error - Stack Overflow

    Apr 14, 2012 · I have installed JSmooth. My computer has JDK 1.7 & JRE 1.7. but it says need java 1.4 or above to open & try to download. Why is that ??

  6. Where can I find Java SDK 1.4.2 compatible with windows 32?

    Sep 13, 2012 · I need Java SDK 1.4.2 on my system which is 32 bit compatible. I am unable to find it. Can someone please help me out? Thanks in advance

  7. Alternative to enum in Java 1.4 - Stack Overflow

    Best to use in pre 1.5 is the Typesafe Enum Pattern best described in the book Effective Java by Josh Bloch. However it has some limitations, especially when you are dealing with different classloaders, …

  8. how do I get eclipse to use a different compiler version for Java?

    Oct 21, 2016 · I have also installed Java 1.5, and added a JRE for this in eclipse in the Java->Installed JREs section. In my project, I've set the compiler compliance level to 1.5. In the build path for the …

  9. 64 bit version of Java 1.4.2 for Windows? - Stack Overflow

    Aug 26, 2009 · 1 Is there a 64 bit version of Java 1.4.2 for Windows? I need this because of a BEA WebLogic 8.1 application that runs out of memory all the time. UPDATE: As Tom Hawtin pointed out …

  10. java - Why does xmlbeans-maven-plugin seem to ask for jdk 1.4 went ...

    May 29, 2023 · Note: ultimatly XMLBeans should be changed to a more recent version and use the new plugin provided with later version andnot xmlbeans-maven-plugin [:2.3.3]. In our case we needed this …