Skip to content

Fix Java 16 support on macOS

Francisco de la Peña requested to merge (removed):jre16-macos-fix into master

This fixes app closing on startup due to the new behavior of denying illegal access by default since Java 16. A better fix would be allowing this unnamed access, but not worth for now because it only degrades the experience by showing the generic Java icon on the macOS dock instead of Firmador icon.

Merge request reports