JKE Banking sample builds failing with "The type java.util.Map$Entry cannot be resolved." for unknown reasons. Any idea how to fix it?
![]()
Ralph Schoon (62.0k●3●36●43)
| asked Mar 09 '20, 12:40 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 09 '20, 12:41 p.m.
Hi,
I had to install ELM 6.0.6.1 for demo purposes.
|
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Mar 10 '20, 3:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 10 '20, 4:28 a.m. I found out that I had to replace the Eclipse Core Batch Java compiler ECJ with a newer version.
Download the ECJ: https://archive.eclipse.org/eclipse/downloads/drops4/R-4.6.3-201703010400/download.php?dropFile=ecj-4.6.3.jar. I chose that version because it is the same version the RTC Eclipse client is shipped with (zip version).
In the JKE Banking example load a repository workspace to disk.
Load component Build.
In the project JKEBuildScripts open the folder libs.
Option 1:
Option 2:
Ralph Schoon selected this answer as the correct answer
|