-
Hello,
We are observing this exception on a modular (packaged with jpackage) application running on JDK 17 and with BC 1.78.1
```
javax.net.ssl.SSLException : class org.bouncycastle.jcajce.provider…
-
Currently the app bundling process is a mix of legacy and outdated plugins.
The `edu.sc.seis.macAppBundle` hasn't been updated for several years now and is unsupported by the author. It also requir…
-
Hi,
I sucessfully used this action together with the java jpackage tool. However, the jpackage creates both a pkg installer and a dmg. And I think I need to add certs for both. So my question is, c…
-
Hi,
I'm successfully and happily so controlling an eclipse application from python with JPype :-)
Now Eclipse uses and wraps OSGi, which has its own idea of class loading. Specifically the JVM …
froh updated
3 months ago
-
## Description
TypeDB-Studio 2.14.2-1_amd64.deb - binary installs with 'TypeDB Studio' name, on Debian, that requires escaping the space to run the binary, thus: ./TypeDB\ Studio.
## Environmen…
-
If you want to build with Java 11, and use jpackage, prior to Java Toolchain support in Gradle, you had to specify `jpackageHome` with a newer version of Java that has the `jpackage` tool.
`jpackageH…
-
## 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…
-
- [x] Linux
- [ ] Mac OS
- [x] Windows
https://github.com/sormuras/bach-javafx/blob/abc62f5cdafbf6ce804af4019b9f19223bb01d50/.github/workflows/build.yml#L34-L40
Apply steps mentioned in: https…
-
A native installer for the current version of Windows.
This is ideally an msi or exe file and will allow clean install and uninstall of the jdiskmark program following platform best practices.
A…
-
It would be nice to have a Github Action pipeline that, whenever a release tag such as `v1.2.8` is pushed, triggers creation of release artifacts.
With `jpackage` we could auto-create MacOS X (DMG)…