-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protege and Java 9 #732
Comments
I can confirm this problem on my machine:
There are several problems that take place with Java 9. First, the OSGi errors like
After that, I have an error about the missing
Next Protege starts, but there is an exception:
This happens because Protege was using (by reflection) some deprecated APIs from |
Here I did some quick changes for java 9: https://github.com/liveontologies/protege/tree/feature/java9 Protege seems to run on MacOS but I did not test it much. It will not work with java 8 due to some incompatibilities in com.apple.eawt.Application and java.awt.Desktop. |
I tested your fork and it works well on OSX/Java 9. Our ontop plugin for Protege also works. Thanks! |
I have compiled and run Protégé (git HEAD) using Java 10. My modifications are almost the same as the ones of @ykazakov. However, after some search it turns out that the trick with Sadly I am no Java wizard to propose a better solution. But maybe requiring Java ≤ 8 and adding a warning about latter Java versions would be good, meanwhile. |
Closing this issue as it will be dealt with by #822 All the the pointers are really useful. |
Hi, I am trying to run Protege on Java 9 over MacOS and got many error messages like below:
The complete log is also attached.
protege-java9.log
Any idea on how to run Protege on Java 9?
Thanks!
The text was updated successfully, but these errors were encountered: