Using IBM Rational Application Developer 9.0 (Build ID: RADO90-I20130531_1619), what I believe is the gradle eclipse plugin causes the following error to occur:
JVM information:
$ java -version
Java(TM) SE Runtime Environment (build pwa6470sr4fp1-20130325_01(SR4 FP1))
IBM J9 VM (build 2.6, JRE 1.7.0 Windows 7 amd64-64 Compressed References 20130306_140761 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR4_FP1_20130306_1011_B140761
JIT - r11.b03_20130131_32403ifx1
GC - R26_Java726_SR4_FP1_20130306_1011_B140761_CMPRSS
J9CL - 20130306_140761)
JCL - 20130315_01 based on Oracle 7u13-b08
Currently using plugin version:
org.springsource.ide.eclipse.gradle.feature.feature.group - 3.6.4.201502131718-CI-B31
However, if you go to Preferences > Gradle > Arguments and change the 'Workspace JRE' to an Oracle JRE the plugin works without issue.
java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
Essentially used the same workaround as mentioned in this stack overflow post.
Any suggestion of where to begin to investigate what is causing the root issue?
Using IBM Rational Application Developer 9.0 (Build ID: RADO90-I20130531_1619), what I believe is the gradle eclipse plugin causes the following error to occur:
JVM information:
Currently using plugin version: org.springsource.ide.eclipse.gradle.feature.feature.group - 3.6.4.201502131718-CI-B31
However, if you go to Preferences > Gradle > Arguments and change the 'Workspace JRE' to an Oracle JRE the plugin works without issue.
Essentially used the same workaround as mentioned in this stack overflow post.
Any suggestion of where to begin to investigate what is causing the root issue?