Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 254 Bytes

GraalVM Jar

Minimal reproduction of attempting to use GraalVM 21 to run a Spring Boot-built executable JAR with Polyglot capabilities.

Build & Run

mvn package
java -jar target/graalvm-jar-1.0-SNAPSHOT.jar

This will throw an exception.