Skip to content
  • Andrew Goodbody's avatar
    Check for and use bundled JRE for jAlbum export if present · 97c5c835
    Andrew Goodbody authored
    Add a check for the bundled Java Runtime Environment that is sometimes
    shipped with jAlbum packages. This JRE will contain all required
    dependencies for jAlbum when the system JRE may be missing some. If
    found invoke jave from this bundled JRE.
    If the bundled JRE cannot be found fallback to the system JRE which
    was the behaviour before this commit.
    97c5c835