Olivier Lamy wrote:
Note the EOSL of the 1.4 this means you have to be regitered to get
this old and not any more supported java version.
The archive [0] can still be accessed without registration.
Benjamin
[0] http://java.sun.com/products/archive/
Personnally, I have always used a 1.4 jdk (and always use 1.4) to
cut/build a maven stuff release.
You can get one here http://java.sun.com/j2se/1.4.2/download.html
Note the EOSL of the 1.4 this means you have to be regitered to get
this old and not any more supported java version.
--
Olivier
20
You'd need to use animal sniffer to ensure that you're not using 1.5 or 1.6
only methods (e.g. String.isEmpty(), etc)
2009/3/20 Barrie Treloar
> I vaguely remember that 1.4 should be used but I can't find anything
> on Committer Environment or Committer Settings.
>
> Does that mean the compiler
I vaguely remember that 1.4 should be used but I can't find anything
on Committer Environment or Committer Settings.
Does that mean the compiler settings configured in the parent poms is
good enough?
My machine recently went boom so I have re-installed and I only have
JDK 1.6.0_11.
-