This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,26 @@ The ANT task will care about the rest...
142142You 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+
145165Missing Features
146166----------------
147167
You can’t perform that action at this time.
0 commit comments