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

Commit 1e9c287

Browse files
committed
Update README.md with supported PList keys
1 parent 0893c4b commit 1e9c287

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,26 @@ The ANT task will care about the rest...
142142
You should get a fully functional Mac Application Bundle working with both Java distributions from Apple and Oracle and all Mac OS X versions.
143143

144144

145+
146+
Supported PList keys
147+
--------------------
148+
149+
| Function | Apple PList key | Oracle PList key |
150+
|---------------------------------|------------------------|-----------------------|
151+
| **App Name** (Dock Name) | `:CFBundleName` | `:CFBundleName` |
152+
| **App Icon** (Dock Icon) | `:CFBundleIconFile` | `:CFBundleIconFile` |
153+
| **Working Directory** | `:Java(X):WorkingDirectory`<br/>fallback to `name.app/` | *not supported*<br/>default: `name.app/Contents/Java/` |
154+
| **Java Version Requirement** | `:Java(X):JVMVersion` | *not supported* |
155+
| **Java ClassPath** (`-cp …`) | `:Java(X):ClassPath` | `:JVMClassPath` |
156+
| **Java Main Class** | `:Java(X):MainClass` | `:JVMMainClassName` |
157+
| **Splash Image** (`-splash:…`) | `:Java(X):SplashFile` | `:JVMSplashFile` |
158+
| **Java VM Options** (`-X…`) | `:Java(X):VMOptions` | `:JVMDefaultOptions` |
159+
| **`-XstartOnFirstThread`** [*](https://stackoverflow.com/questions/28149634/what-does-the-xstartonfirstthread-vm-argument-do-mean) | `:Java(X):StartOnMainThread` | *not supported* |
160+
| **Java Properties** (`-D…`) | `:Java(X):Properties` | `:JVMOptions` |
161+
| **Main Class Arguments** | `:Java(X):Arguments` | `:JVMArguments` |
162+
163+
164+
145165
Missing Features
146166
----------------
147167

0 commit comments

Comments
 (0)