Ben,
There are few things you may need to know about Java version, Eclipse
and Maven integration.
I don't know how you run RAD or how it configured to use specific JDK,
but the only way to verify which one it is actually using is to look at
Help / About Eclipse SDK / Configuration Details... This JDK will be
used to run some Maven components when projects are imported and when
resolving dependencies (they run in the same process as Eclipse)
Then, there is a different JDK used to launch Maven goals (from both
Run As..., and External Tools), because they run in a separate JVM. For
those m2eclipse is using JDKs registered in Window / Preferences... /
Java / Installed JREs.
Said that, I am not aware of issues with running Eclipse and Maven on
IBMs Java 5, but you need to check if you have Java 5 used in both above
cases.
regards,
Eugene
Ben Tomasini wrote:
Thank you for a quick response. It does look to be an issue with the
default JDK in RAD. I was just wondering if anyone had success with
the default JDK. I am just fine installing another JDK and setting it
as the default.
FTYI: RADD 7.0.0.5 is based on Eclipse version: 3.2.2 and JDK 1.5, as
seen below.
$ ./java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20070323 (if
ix 117674: SR4 + 116644 + 114941 + 116110 + 114881))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223ifx-2007
0323 (JIT enabled)
J9VM - 20070322_12058_lHdSMR
JIT - 20070109_1805ifx3_r8
GC - WASIFIX_2007)
JCL - 20070131
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email