[graalvm-users] Creating maven artifacts for native libs

Ramsey Gurley ramseygurley at gmail.com
Sun Nov 24 23:47:23 PST 2019


Hi all,

I'd like to compile a native lib with graal to be distributed as a maven 
artifact. I have a few questions.

Are native libraries platform specific if compiled with graalvm's llvm 
tools? Let's say I want to compile x265. Do I need one artifact per 
arch? Per os?

Once created, can the graal compiler used by OpenJDK make use of them? 
Or is a graalvm with llvm tools installed a requirement?

Basically, I want to fill a gap in Java, which is video codecs and a 
swing component to use them. I'm hoping graalvm is a good way to do this.

Thank you,

Ramsey




More information about the GraalVM-Users mailing list