Christoph Rothmeier

Results 5 comments of Christoph Rothmeier

> We'd like to properly support the module path, but as far as I know, it is poorly supported by Maven and Gradle and causes a lot of problems. Can...

Hi @oubidar-Abderrahim Sharing the issue in slack was the first thing i did after encountering the problem. @fniephaus told me, to open an issue cause it looks like a bug....

Hi, after 2 hours of playing around with the native-image arguments, i finally could reproduce the issue and find a workaround. The issue happens, when building a module project only...

Hi, as i already wrote, it is enough to download the sample of your [documentation](https://www.graalvm.org/latest/reference-manual/native-image/guides/build-java-modules-into-native-executable/) and add a **requires** into the module-info.java and build it with java 21. **Step 1...

Hi Ivan, the workaround is working fine for me at the moment. Thanks :)