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.
fixed reading ClassPath in either Array or String style
Either:
<key>Java</key>
<dict>
<key>ClassPath</key>
<string>$JAVAROOT/jarFile.jar</string>
</dict>
or:
<key>Java</key>
<dict>
<key>ClassPath</key>
<array>
<string>$JAVAROOT/jarFile.jar </string>
<string>$JAVAROOT/</string>
</array>
</dict>
Oracle Plist with Oracle AppBundler doesn't support setting the ClassPath. It will only copy all ClassPath-Resources into the App-Bundle.
0 commit comments