How do I show a splash screen for my jarred up program?
Created May 8, 2012
John Zukowski You need to specify the splash image in the manifest file for the jar:
Manifest-Version: 1.0 Main-Class: HelloSplash SplashScreen-Image: MyImage.pngThen run the JAR without specifying the -splash command line option:
java -jar Splash.jar