1

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.

4

1 回答 1

2

SplashScreen-Image需要一条路径。有关更多详细信息,请阅读 -如何创建启动画面

SplashScreen-Image: com/package1/splashimage.png
于 2012-07-26T08:23:49.303 回答