Book a Demo

Author Topic: Does EA9 support Java 8 ?  (Read 10389 times)

jerryj

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Does EA9 support Java 8 ?
« on: September 01, 2016, 04:17:00 am »
Does EA9's source code engineering import support Java 8? 

I wasn't able to quickly find this information on the website or help, only that Java 1.4 or greater is supported.  I searched the forums and found a similar post, but regarding PHP, where someone said that it was likely a bug.

I see this error that corresponds to the subsequent code.  The error disappears when the code is removed from the file.

"Unexpected Symbol: >"

    private final Function<ByteBuffer, String> f = bb -> {
       ...
    };



Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Does EA9 support Java 8 ?
« Reply #1 on: September 01, 2016, 08:25:04 am »
The last build of EA 9 (908) was released July 11, 2011.1
Java 8 was released on 18 March 2014.2
Java 8 support is listed in the release notes for version 13.3

No. EA 9 doesn't support Java 8.


1 http://sparxsystems.com/forums/smf/index.php/topic,323.0.html
2 https://en.wikipedia.org/wiki/Java_8#Java_SE_8
3 Full release notes not on the web yet.
« Last Edit: September 01, 2016, 08:29:16 am by Simon M »