polyglot-embedding-demo
polyglot-embedding-demo copied to clipboard
Demonstration repository showing polyglot embedding with GraalVM for JDK 21 using Maven and Gradle.
Results
2
polyglot-embedding-demo issues
Sort by
recently updated
recently updated
newest added
I change language to java, Main can not run. [java::NFINativeAccess] WARNING: Couldn't find libraries with LLVM bitcode. The default --java.BootLibraryPath will be used. Exception in thread "main" org.graalvm.polyglot.PolyglotException: java.lang.IllegalStateException: Could...
Hello, i know it might not be the best place to ask this question, but can i use kotlin as script language? i know polyglot can run LLVM but i...