Serban Iordache

Results 113 comments of Serban Iordache

At this point I'm pretty sure there's nothing wrong with your application or jlink setup. I also suspect that this is a platform-specific issue, but I have no experience with...

It may be related to [JDK-8255095](https://bugs.openjdk.java.net/browse/JDK-8255095), although this bug seems to affect only Windows systems.

~Please execute:~ ``` ls -al build/jpackage//lib/runtime/lib ``` ~and post the output.~ EDIT: Ignore this post, see below.

I strongly suspect that the error is caused by [this bug](https://bugs.openjdk.java.net/browse/JDK-8262300), for which [a fix has been submitted](https://github.com/openjdk/jdk/pull/2827/files) on March 4, 2021, and will be included in JDK 17. For...

You're right, it should be `$jpackageData.imageName`.

> @Vampire This plugin seems to have many issues and flaws and the maintainer seems to have gone quite inactive.. I don't think any problems will be fixed Unfortunately, this...

It's a jlink problem and the plugin cannot handle it appropriately. I tried to work around the problem by removing the merged module from the jlink's module-path, which means that...

You're right, this change was a really bad idea. I reverted the script templates in version 1.11.6.

`imageZip` should be set in the `jlink` block, not in `jlinkZip`.

This was a jpackage issue. I'm afraid there is no way to fix it within the plugin.