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

Commit 252e4c6

Browse files
committed
update README.md with :JVMVersion support for Oracle Plist
1 parent 9e7cada commit 252e4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Supported PList keys
152152
| **App Name** (Dock Name) | `:CFBundleName` | `:CFBundleName` |
153153
| **App Icon** (Dock Icon) | `:CFBundleIconFile` | `:CFBundleIconFile` |
154154
| **Working Directory** | `:Java(X):WorkingDirectory`<br/>fallback to `name.app/`<br/>support for variables `$APP_PACKAGE`, `$JAVAROOT`, `$USER_HOME` | *not supported*<br/>default: `name.app/Contents/Java/` |
155-
| **Java Min/Max[*](https://github.com/tofi86/universalJavaApplicationStub/issues/51) Version Requirement** | `:Java(X):JVMVersion` | *not supported* |
155+
| **Java Min/Max[*](https://github.com/tofi86/universalJavaApplicationStub/issues/51) Version Requirement** | `:Java(X):JVMVersion` | `:JVMVersion` |
156156
| **Java ClassPath** (`-cp …`) | `:Java(X):ClassPath` | `:JVMClassPath` |
157157
| **Java Main Class** | `:Java(X):MainClass` | `:JVMMainClassName` |
158158
| **Splash Image** (`-splash:…`) | `:Java(X):SplashFile` | `:JVMSplashFile` |

0 commit comments

Comments
 (0)