-
It seems platform is currently detected here: https://github.com/openjfx/javafx-gradle-plugin/blob/master/src/main/java/org/openjfx/gradle/JavaFXOptions.java#L60
Is setting this / overriding this c…
-
Currently, it's not possible to open multiple instances of KafkaEsque on macOS without using the following workaround with `open`.
> **open**
> The options are as follows:
> -n Open a new insta…
-
I am new to jpackage but have spent some time trying to get it to work with my current build procedures.
My current build behavior has a `src/main/dist` folder that contains an updater application …
-
Looking good!
Can this NSIS plugin be used on a Mac Os? I am using Mac, but produce installers also for Win and Linux.
chjan updated
3 months ago
-
I am creating a .app image for macOS. Everything works fine, but when I run the application, and click on the Mac Menu, the About, and Quit menu items use the main class name, instead of the Applicati…
-
Hi , I have a problem when executing jpackage command, below is the exception that I got when performing gradle package:
Here is the error :
```java
* Exception is:
org.gradle.api.tasks.TaskE…
-
The task `jpackageImage` creates an application image.
The task `jpackage` creates an MSI Installer of the application image (at least on Windows).
Requirement: I need to sign the executable whic…
-
i have an application (https://gitlab.com/olze/chatclient) that i'd like to move to a native image. the build works but when i execute it, i get an error:
```
oli@DESKTOP-SJIB21T:~/IdeaProjects/ch…
-
Running most of my build script with a newer java version than what I'm invoking Gradle with (JAVA_HOME points to 11) using the new toolchains feature.
Within my build, I set the toolchain version …
-
Firstly, great plugin! I spent a day experimenting with numerous options and this has gotten me the closest to what I need. I am trying to package an app, [DocxToBB](https://github.com/dresch86/docxto…