-libs list?
Victor
Forwarded Message
Subject: Re: jpackage and Wix 5
Date: Wed, 26 Mar 2025 14:47:16 +0100
From: Davide Perini
To: client-libs-...@openjdk.org
If I use Wix 3 it works correctly,
are we sure that jpackage 24 supports Wix 5?
Is this a bug i
Hi Davide,
jpackage should work seamlessly with WiX5. Could you run your jpackage
command with `--verbose` arg? It will provide a context for the error.
- Alexey
On 3/19/2025 6:19 AM, Davide Perini wrote:
I add some context:
I installed wix 5 using the donet command globally,
wix is in the
I add some context:
I installed wix 5 using the donet command globally,
wix is in the path but when I try to run my jpackage command I get this
error:
jpackage -i ./target --type exe --main-class
org.dpsoftware.JavaFXStarter --main-jar
FireflyLuciferin-jar-with-dependencies.jar --icon
./dat
Hi there,
I'm using jpackage along with Wix3.
The command I use to generate my .exe is:
jpackage -i ../../target --type exe --main-class
org.dpsoftware.JavaFXStarter --main-jar
FireflyLuciferin-jar-with-dependencies.jar --icon
../../data/img/java_fast_screen_capture_logo.ico --win