Category "graalvm"

Use of spnego and kerberos with gss in graal

I'm attempting to reuse some existing code which enables spnego authentication in a new Quarkus app. The Quarkus app when compiled as a standard JAR and run wit

GraalVM Java on truffle - NullPointerException from NFIContext.getBackend when executing Java code

I'm trying to run Java code dynamically inside a Java application using Truffle from GraalVM, without success. Settings I'm working on MacOs 11.5.2. I've follow

Unable to run graalvm gu command on mac

I have installed graalvm on mac, and I see gu utility in /bin folder of the installation directory. When I try to run a gu command inside /bin folder, like gu i

org.graalvm.compiler.java: UnsupportedFeatureException: No instances of org.bson.BsonDocument are allowed in the image heap

Trying to create native image on micronaut application with Graal VM 22.1.0.r17 using gradle command as ./gradlew nativeCompile but getting an exception as Cau

org.graalvm.compiler.java: UnsupportedFeatureException: No instances of org.bson.BsonDocument are allowed in the image heap

Trying to create native image on micronaut application with Graal VM 22.1.0.r17 using gradle command as ./gradlew nativeCompile but getting an exception as Cau

Couldn't build application native image with GraalVM

I have built an API in Micronaut and trying to deploy in it GCP Cloud Run as a native graalVM image This is my Dockerfile # Stage 1: Build the JAR FROM gradle:j

How to use graaljs ? Is there a place where to get a .jar file/files?

I use Java 8 and I use the default JavaScript Engine (Nashorn). I would like to see how it compares with the 'highly hyped' GRAAL JS. See: https://github.com