-
Notifications
You must be signed in to change notification settings - Fork 74
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
Test ROBOT with GraalVM #915
Comments
This is cool! I was able to build an image and it runs fine, but I haven't tested performance against the JAR yet. That said, the image I built is not a standalone image and can only be run from within the ROBOT directory. We can build a standalone image using the
Could somebody else try building an image using |
Thanks! Google has some results for |
Ah, I should have checked that first. Upgrading slf4j-log4j doesn't resolve the problem. It seems like it has something to do with this comment. The doc link that user provided no longer works, I think this is what he was trying to reference. |
It looks like this issue was fixed in |
I guess it's worth a try. I think we used slf4j because OWLAPI does: https://github.com/owlcs/owlapi/blob/version5/pom.xml#L115 |
2.13.1 has another issue where |
GraalVM includes a tool called
native-image
that can convert a Java JAR file to a platform-native binary that can be executed without needing a JVM installed. This could simplify the ROBOT installation instructions to just: download the binary for your platform. However there may be a performance hit.The text was updated successfully, but these errors were encountered: