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.
It sets the classpath, the dock icon, the *AboutMenuName* (in Xdock style) and then every *JVMOptions*, *JVMDefaultOptions* or *JVMArguments* found in the `Info.plist` file.
@@ -114,6 +114,8 @@ Missing Features
114
114
----------------
115
115
116
116
At the moment, there's no support for
117
+
* File drag & drop to the dock icon
118
+
**personal reminder: files aren't passed as argument but on the drop clipboard. therefore probably not fixable...*
117
119
* required JVM architecture (like `x86_64`, etc.)
118
120
* required JVM version (like `1.6+`, etc.)
119
121
* etc...
@@ -123,4 +125,4 @@ An AppleScript dialog would be nice to prevent Java execution if the requirement
123
125
License
124
126
-------
125
127
126
-
*universalJavaApplicationStub* is released under the MIT License.
128
+
*universalJavaApplicationStub* is released under the MIT License.
0 commit comments