Closed andreasnef closed 4 years ago
I assume this is less an implementation issue, but could be covered by a note in the documentation that a JavaFX implementation is required (Oracle obviously includes on, but for (some) OpenJDK distributions it needs to be installed separately).
Hi Andreas, we have never claimed support for OpenJDK. In the manual the need for Oracle JDK (versions 8 to 10) is explicitly mentioned as a prerequisite in many places. The reason, as you point out correctly, is mainly that OpenJDK does/did not support JavaFX. There may also be some other incompatibilities, that we have not bothered to check.
The problem is likely to disappear, when future versions of Oracle JDK and OpenJDK have been unified. The fact, that such a unification has been announced for future versions has motivated us, not to invest much effort in making SIARD compatible with OpenJDK (which version?) today.
Hi @HartwigThomas
Ok, I agree. I was mislead by just looking at the README.md and interpreted "Java JDK" as not specifically Oracle. It's absolutely clear in the manual.
Hi Hartwig
I'm hitting an exception if I try to start Siard with my default JDK (OpenJDK), see below. Haven't verified, but assuming there is a problem with com.sun.* classes in an OpenJDK context. If I set JAVA_HOME to an Oracle JDK, the exception doesn't occur anymore.
Kind regards,
Andreas