You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ The name of the *main class* is also retrieved from `Info.plist`. If no *main cl
68
68
There is some *foo* happening to determine which Java versions are installed – here's the list in which order system properties are checked:
69
69
70
70
1. system variable `$JAVA_HOME`
71
+
* can also be set to a relative path using the [`<LSEnvironment>` Plist dictionary key](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-106825)
72
+
* which allows for bundling a custom version of Java inside your app!
71
73
2. highest available Java version found in one of these locations:
0 commit comments