Does the JBE for RTC 6.0.0 work with IBM Java 1.8 ?
![]()
Greetings,
I was wondering if the Jazz Build Engine edition that comes with RTC 6.0 works with Java 8 ? I'm trying it out now but I"m getting the usual compiler errors that reference the java.lang.String class that I get with Java 8 and another compiler. I set the jbe.ini file property to default to 1.8 but that doesn't seem to do anything. |
3 answers
![]()
I would say that you should check the properties around the engine. The engine can run on Java 8 but the compile might use some other JDK. It might be worth checking that there isn't another JDK that might be compiling the code, separate from the JRE the engine is running.
~Spencer
|
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Nov 03 '15, 3:59 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For all what its worth, run the JBE with the JVM that ships with the Eclipse client. 32 bit. See
The Day The JBE Stood StillThe Java version you build with and you run test with can be a completely different one from the one that runs JBE. |