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

support for a splash file #19

Merged
merged 1 commit into from
Oct 8, 2015
Merged

support for a splash file #19

merged 1 commit into from
Oct 8, 2015

Conversation

tofi86
Copy link
Owner

@tofi86 tofi86 commented Oct 8, 2015

uses the Java parameter -splash:

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.
For example in Java-Tool.app/Contents/Resources/splash.png

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
@tofi86 tofi86 self-assigned this Oct 8, 2015
@tofi86 tofi86 added this to the Version 1.0.0 milestone Oct 8, 2015
tofi86 added a commit that referenced this pull request Oct 8, 2015
support for a splash file

details: #19
@tofi86 tofi86 merged commit ce0f4d6 into master Oct 8, 2015
@tofi86 tofi86 deleted the feature/splash-screen branch October 8, 2015 20:33
@matgessel
Copy link

Just noting that the splash image has to be copied in a task after the bundle is built. The following Ant task will do the trick:

<copy file="wrappers/icons/splash.png" todir="build/mac/MyApp.app/Contents/Resources"/>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants