Is it possible to make graalvm work under freebsd ?

It allows to build self-contained-executables from java class files.
But i could not make it work under freebsd...

sdk install java 17.0.9-graal
fails "it is incompatible with my platform"

./gu install native-image
fails with "ELF interpreter /lib64/ld-linux-x86-64.so.2 not found, error 2"
 
You might wanted to post this on the mailing lists instead of the forums. I believe the Foundation is working on better OpenJDK support (which I'm looking forward to :)) through the Enterprise Work Group. AFAIK, the current stable release is 21 compared to the version you're trying to use; that might say something. Nonetheless, try the mailing lists.
 
No, it's linux thingie. I use mirakle that redirects gradle buillds to linux box devops provided me when I need native build.
 
Back
Top