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.
uses the Java parameter -splash:<file>
Info.plist entry in Apple style:
<key>Java</key>
<dict>
<key>SplashFile</key>
<string>splash.png</string>
</dict>
Info.plist entry in Oracle style:
<key>JVMSplashFile</key>
<string>splash.png</string>
Splash files need to be placed in "Resources/" folder in the package
0 commit comments