I use an image as the splash screen by adding the following line:
SplashScreen-Image: com/package1/splashimage.png
to the manifest.mf
file, which requires my splashimage.png
to be included in the jar file. What I want to do now is to put that image file outside the jar file (i.e. as a separate file). How do I do that? Thank you.