graalvm-examples icon indicating copy to clipboard operation
graalvm-examples copied to clipboard

Results 3 graalvm-examples issues
Sort by recently updated
recently updated
newest added

I have tried to follow some steps on your sample project to use sqlite in graalvm native-image solution using build.gradle ... the image is created successfully but when i run...

just for info, the new config works, but lib name is changed. now it is: ``` org.graalvm.nativeimage svm 21.2.0 ```

I tried to get this example running with GraalVM 19.3.1 (11) but somehow this did not work. Obviously a lot has changed since this example was created. Ideally I would...