jlink fails with "Hash of java.xyz differs to expected hash recorded in java.base"

2020-03-31 Thread Sebastian Stenzel
Hi all, not sure if this is the right mailing list to ask about this, but I found some previous mails in the archive that suggested it. I noticed that whenever I use OpenJDK 11 - 14 on Ubuntu from the distro's official package repo, jlink always fails with messages like these: Hash of java

Re: jlink fails with "Hash of java.xyz differs to expected hash recorded in java.base"

2020-03-31 Thread Sebastian Stenzel
> Am 31.03.2020 um 09:47:25 schrieb Alan Bateman : > > On 31/03/2020 08:18, Sebastian Stenzel wrote: >> Hi all, >> >> not sure if this is the right mailing list to ask about this, but I found >> some previous mails in the archive that suggested it. >> &

Re: Alternative to fatJar - modular solution?

2021-10-06 Thread Sebastian Stenzel
Interesting topic and I'm keen to know what is the answer to the general problem of modular fat or shaded jars. I know this doesn't remotely satisfy all your requirements, but are you aware you can jpackage an app *without* bundling a JRE? > Am 06.10.2021 um 19:25 schrieb Glavo : > > For a lo