UniversalJavaApplicationStub Versions Save

universalJavaApplicationStub - an alternative Application launcher script for Java based macOS Apps that works with both Apple's and Oracle's PList format and supports the old Apple Java 6 as well as all the latest Oracle/OpenJDK/Adopt/Corretto JRE's/JDK's. Plus it supports drag&drop to the Dock icon 🎉

v2.1.0

6 years ago
  • Support for Java 9 which introduces a new version number schema (fixes #43)

v0.1

7 years ago
  • initial release of 'universalJavaApplicationStub'

v0.2

7 years ago
  • trim whitespace from variables and commandline
  • don't show errors in output for Info.plist querying

v0.3

7 years ago
  • enable drag&drop to the dock icon

v0.4

7 years ago
  • read and set WorkingDirectory based on the key in Info.plist (#1)
  • interpret the 3 different values $JAVAROOT, $APP_PACKAGE, $USER_HOME
  • fallback to root / as standard

v0.5

7 years ago
  • bugfix for pathes / App bundles containing spaces (#2)

v0.6

7 years ago
  • also catch fixed paths for Plist key JVMWorkDir (thanks @dpolivaev)

v0.6.1

7 years ago
  • Standard Working Directory for Apple PList apparently is the AppRoot directory

v0.6.2

7 years ago
  • minor code refactoring and bugfixes

v0.6.3

7 years ago
  • check Info.plist for Apple style Java keys. Better indicator to distinguish between Apple or Oracle parsing...