Hi, Thomas --
I am very much an amateur and only do development with Java and FX w/o
other libraries, so I am not sure if this will work for you, but I have
recently stumbled on something called jDeploy. (https://www.jdeploy.com/).
I am quite happy with it!
-- Chris
On Thu, Oct
Hi,
NetBeans uses NBPackage to build its PKG installer (not a DMG). This signs
all natives, as well as deep signing and repackaging all macOS natives
inside JAR files.
See eg.
https://github.com/apache/netbeans-nbpackage/blob/master/src/main/java/org/apache/netbeans/nbpackage/macos/AppBundleTask.
Uh, I actually "misspoke" when I said that JGit uses JNA. It seems that it
works just fine - at least for how my app uses it (clone and pull) - without
the JNA jar. So my app now passes the notarization process. But I do still
wonder what others are doing to insulate themselves from what appe
Hi,
I'll be up-front: this isn't strictly a Netbeans question, but I do wonder how
NB developers handle this situation and, hopefully, get some ideas about what I
can do myself.
Recently, I went through my usual notarization process with my application (a
DMG installer produced by jpackage) onl