So Eclipse uses: An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows to run and debug code which still contains unresolved errors.
So when I select JDK Compliance level 1.6 and run it in a 1.6 JRE, I guess we can assume we're on 1.6 :-) On Fri, Nov 28, 2008 at 11:54 AM, Robert Campbell <[EMAIL PROTECTED]> wrote: > Running XP Pro SP2 with JDK Compliance set to 1.6 , JRE 1.6.0_03 is > the selected runtime environment. > > Kinda strange to say this, but I don't exactly know how to pinpoint > the JDK being used by Eclipse to compile these classes. Again, the > compliance level is set to 1.6, and I have a 1.6 JDK installed on my > machine, but my old JAVA_HOME env var points to JDK 1.5... > > I'm posting on another forum now how to pinpoint the exact javac > version being called by Eclipse, how it selects the JDK, etc. > > > > On Fri, Nov 28, 2008 at 11:34 AM, Jörg Schaible > <[EMAIL PROTECTED]> wrote: >> Robert Campbell wrote: >>> Hello, >>> >>> I am using Commons Email 1.1 with JavaMail 1.4.1 and >>> Activation Framework 1.1.1 >> >> [snip] >> >> Which platform do you use i.e. OS, JDK version and vendor? >> >> - Jörg >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
