-
### Please provide a brief summary of the bug
I am building an application with jpackage and notarization fails.
The last time I got it working was on jdk17. JDK 19 also fails and jdk 20 as well:
I…
-
After frustration with #826, I did some research. Java 15 comes with a (new?) tool called [`jpackage`](https://docs.oracle.com/en/java/javase/15/jpackage/packaging-overview.html) which claims to suppo…
-
## Bug report
### Describe the bug
Because of some [JavaFX WebView awkwardness](https://github.com/qupath/qupath/issues/1497), we stop merging all the QuPath javadocs into a single jar, in favor o…
-
I have the following structure:
```java
@Parcel
public class Zoo {
List animals;
List tigers;
}
```
```java
@Parcel
public class Animal {
}
```
```java
@Parcel
public class Tiger …
-
While the `jpackage` assembler may be used to create such files the input must be a Java "program".
[jdeb](https://github.com/tcurdt/jdeb) may be used to create `.deb` files for non Java binaries.
-
### Please provide a brief summary of the bug
From `LD_DEBUG=all` I can see that java is attempting to load my so from a few directories all uncontrollable, but nowhere in the actual jre directory …
-
# Turn any Java program into a self-contained EXE
[https://mccue.dev/pages/7-28-22-make-an-exe](https://mccue.dev/pages/7-28-22-make-an-exe)
-
With the recent changes to properties/settings handling, user might end up in a situation where startup of Phoebus fails without any useful error message. For instance:
- Phoebus is installed from …
-
Things like launch4j could help with deployment instead of having an install guide.
https://launch4j.sourceforge.net/
-
Following up this [SO question](https://stackoverflow.com/questions/75277031/exe-generated-with-jpackage-loads-wrong-jvm-dll ), it seems that jlink from Liberica behaves differently from the one in Or…