-
### Description of the bug
Running a Vaadin 24.3.7 application with `@PWA` and a custom icon (located at src/main/resources/META-INF/resources/icons/icon.png), compiled into a native image using Graa…
-
### Expected Behavior
No warning is printed.
### Actual Behaviour
A warning appears as part of the build log:
```bash
Warning:
Warning: Some problems were encountered while building the effec…
-
### Describe the Issue
Using `-H:+AllowJRTFileSystem` creates a native image that reads from the Graal JDK's module files, instead of reading from the provided JAVA_HOME.
### Using the latest versio…
-
The [Native Image C API doc](https://www.graalvm.org/reference-manual/native-image/C-API/) introduce the set of functions for managing GraalVM Isolates, but does not provide any sample code for how th…
-
```
./gradlew run
> Task :run
__ __ _ _
| \/ (_) ___ _ __ ___ _ __ __ _ _ _| |_
| |\/| | |/ __| '__/ _ \| '_ \ / _` | | | | __|
| | | | | (__|…
ghost updated
9 months ago
-
On the back of the PR #93, building and running the scala-native substitution demo gives an issue after following the steps in the README were followed, see https://github.com/graalvm/graalvm-demos/tr…
-
### Description
After delivering my session in DevNexus, two devs approached me asking on how to compile a Quarkus + DJL library into native, as DJL library already supports GraalVM compilation https…
-
Hello guys,
today i've updated one of my projects from version 20 to 21, tried to build and execute, but the native image build failed. The error i am getting is:
```
Fatal error: java.lang.Lay…
-
**Is your feature request related to a problem or area of OpenRefine? Please describe.**
We currently only support Python 2.7 via Jython, it would be great to have support for Python 3 via GraalPytho…
-
# Roadmap
## Current state
What is here now is a quick and dirty port of [tui-rs](https://github.com/fdehau/tui-rs) to scala. It also contains a pure Java/JNI wrapper for [crossterm](https://git…