protege icon indicating copy to clipboard operation
protege copied to clipboard

Quick fix for Java 11, address #822

Open ykazakov opened this issue 6 years ago • 2 comments

DON'T MERGE TO MASTER! This patch will not work with Java 8 (currently bundled with Protege) on MacOS due to some swing incompatibilities.

I just added replacements for the removed Java modules java.xml.bind and javax.activation according to:

https://stackoverflow.com/a/52502208 https://stackoverflow.com/a/46493809

After that Protege successfully starts on Java 11, but this probably requires further testing. Maybe not all of the added dependencies are needed.

ykazakov avatar Feb 02 '19 00:02 ykazakov

Just a note, bundled JVMs will need updating too

matthewhorridge avatar Feb 05 '19 01:02 matthewhorridge

Protege plugins (at least the most common ones) should probably be tested as well, in case they rely on some Java packages that have been removed.

ykazakov avatar Feb 06 '19 09:02 ykazakov

CLosing as this is no longer relevant now that Protégé 5.6.0 is out. Thanks @ykazakov.

gouttegd avatar Feb 09 '23 22:02 gouttegd