Stanford's Protege for OWL
View this topic | Back to topic list
Posted by Bernhard
Jul 5, 2019 at 05:48 AM
satis wrote:
Biggest ding on this project is that it’s a Java Runtime app, meaning
>it’s going to be relatively slow, and has intrinsic security concerns (I
>removed Java from my Mac and only use it when occasionally necessary
>inside Chrome, which embeds the latest version and sandboxes it for web
>use).
>
To mee, this sounds like story from the past. Modern JVM’s speed is often close enough to native code (
eg. https://en.wikipedia.org/wiki/Criticism_of_Java#Performance).
The security concerns date back to the time when Java applets were used in web applications and one would (unintentionally) execute foreign insecure code. With desktop apps this is not the case.
They are as safe/unsafe as code from any source.