Hi,

I'd like to add a splash screen to my Java .jar executable bundle using the 
Java 1.6 "SplashScreen-Image" manifest property (see 
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/splashscreen/
 ), for example:

> Manifest-Version: 1.0
> Main-Class: SplashTest
> SplashScreen-Image: filename.gif

I'm currently using the Maven Archiver to specify Main-Class (using the 
mainClass element), but there does not appear to be an element for 
SplashScreen-Image?

http://maven.apache.org/shared/maven-archiver/#class_manifest

Do you have any suggestions? Thanks!


Cheers,

- Dave L
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to