Hi,
In a wild fit of enthusiasm I thought I would try compiling Modelio from source with a modern JDK and Eclipse RCP. Part of my motivation is to get Modelio running on Big Sur.
Anyway, the first problem I run into is of course the fact that JAXB is not part of Java 11. I've tried adding the jar manually to the rcp-target project, but this does not seem to help.
Modelio has a lot of projects. Any advice how best to add JAXB so that at least this dependency is resolved would be highly appreciated.