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
- Improved language detection by reading the user preferred languages from the macOS System Preferences instead of using the system locale (#101, thanks to @Flexperte for his valuable feedback)
17
+
- Improved logging for JAVA_HOME detection (#100)
18
+
19
+
### Fixed
20
+
- Fixed a crash when `/usr/libexec/java_home` returns no JVMs (#93)
Copy file name to clipboardExpand all lines: README.md
+24-17Lines changed: 24 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
universalJavaApplicationStub
2
2
============================
3
3
4
-
[](https://github.com/tofi86/universalJavaApplicationStub/releases)[](https://gitter.im/tofi86/universalJavaApplicationStub?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
+
[](https://github.com/tofi86/universalJavaApplicationStub/releases)[](https://ko-fi.com/tofi86)
5
5
6
-
A BASH based *JavaApplicationStub*for Java Apps on Mac OS X that works with both Apple's and Oracle's plist format. It is released under the [MIT License](https://github.com/tofi86/universalJavaApplicationStub/blob/master/LICENSE).
6
+
A BASH based _launcher stub_for Java based macOS Apps that works with both Apple's and Oracle's plist format. It is released under the [MIT License](https://github.com/tofi86/universalJavaApplicationStub/blob/master/LICENSE).
7
7
8
-
See the [CHANGELOG](https://github.com/tofi86/universalJavaApplicationStub/blob/master/CHANGELOG.md) for a Release History and feature details.
8
+
📃 🔄 See the [CHANGELOG](https://github.com/tofi86/universalJavaApplicationStub/blob/master/CHANGELOG.md) for a Release History and feature details.
9
+
10
+
🐛 🔥 Report _Issues_ at the [GitHub Issues Page](https://github.com/tofi86/universalJavaApplicationStub/issues).
11
+
12
+
🤔 ❓ If you have a _general question_ about how a feature works or would like to _share an idea_ or a _usecase for this project_, then please use the [GitHub Discussions Page](https://github.com/tofi86/universalJavaApplicationStub/discussions).
13
+
14
+
❤️ ☕ If you want to support this independent project, you can buy me a coffee: [](https://ko-fi.com/tofi86)
9
15
10
16
11
17
Why
@@ -151,20 +157,21 @@ You should get a fully functional Mac Application Bundle working with both Java
|**Working Directory** <sup>🌟</sup> |`:Java(X):WorkingDirectory`<br/>fallback to `name.app/ |*not supported*<br/>default: `name.app/Contents/Java/`|
165
+
|**Java Min/Max<sup>[★](https://github.com/tofi86/universalJavaApplicationStub/issues/51)</sup> Version Requirement**|`:Java(X):JVMVersion`|`:JVMVersion`|
0 commit comments