Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

v2.0.0 (2016-11-20)

Choose a tag to compare

@tofi86 tofi86 released this 23 Apr 12:01
· 142 commits to master since this release
  • Localization of messages (English, German, French) (fixes #27 / PR #30, Thanks to @ebourg for his contribution)
  • Improve the version of Java reported in the error messages (fixes #28)
  • Send to java.com when the version of Java installed is too old (fixes #29)
  • Bugfix for parsing 3-digit java release/build numbers (e.g. for 1.8.0_101) (fixes #36)
  • Better search algorithm for specific Java version (fixes #35)
  • Use highest available Java version for execution if JVMversion is NOT specified (fixes #37)
    • matches the new behaviour for when JVMversion IS specified (#35)
  • Switch to /bin/bash with changes in #35
  • Add support for arrays of VMOptions in Apple style Info.plists (PR #25, Thanks to @spectre683 for his contribution)
  • Pass command line arguments through to the application (PR #31, Thanks to @dbankieris for his contribution)
  • Allow specifying $JAVA_HOME relative to $AppPackageFolder (fixes #7 / PR #26, Thanks to @toonetown for his contribution)
    • This allows you to set a relative $JAVA_HOME via the <LSEnvironment> Plist key
    • Which means you can bundle a custom version of Java inside your app!