Edvin Syse

Results 153 comments of Edvin Syse

Yes, it's just a zip file, so you can open it and swap out the app.xml, or use the jar command to replace it :)

You can do that, but you could also just make sure the obfuscation happens before you bundle the app.xml file in the launcher, so you don't need to fiddle with...

Just do that before you run the create-manifest and embed-manifest-in-launcher step. Refer to the maven or gradle example project for more info and examples :)

I think there is some confusion going on here :) You can't execute a jar-file, you can run it with the java-command. However, some linux distros will employ a mechanism...

The javapackager tool is telling you that you need to install WiX or InnoSetup before you're able to create installers :) Actually, I think you might have Inno Setup installed,...

I can't see anything immediately wrong here, can you also provide the installer?

Before this error you should have gotten another error which will most probably show you what the real issue is :) Can you post the complete output if you run...

I don't have a Mac atm, but I cloned the tix-time-client repo and did `gradle generateNativeInstaller` and then ran the installer exe. It installed the app perfectly and started it...

If you're using the Maven installer:install execution, you simply add an argument with the `-BjvmOptions=` according to the [javapackager docs](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javapackager.html): ```xml -BjvmOptions=-Dprism.order = sw ```

We could have two options - one for maven style layout and one for prepending the package name for example, or simly giving a specific name to each dependency. I...