saket
06/16/2021, 2:55 AMolonho
06/16/2021, 6:15 AMlouiscad
06/16/2021, 9:03 AMsaket
06/17/2021, 1:55 PMsaket
06/17/2021, 1:55 PM/PlugIns
folder when creating a package. App extensions are treated as separate apps by macOS so they may not have to be JVM apps. They can communicate with host apps using deeplinks or writing to a shared file directory.
The challenge here is to find a way of including custom folders (/PlugIns
in this case) through jpackage. Their docs has some information for doing this: https://docs.oracle.com/en/java/javase/16/jpackage/image-and-runtime-modifications.html.saket
06/18/2021, 1:39 PM