On Mon, Aug 2, 2010 at 12:54 PM, Dave Liu <[email protected]> wrote:
> 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!

Have you read 
http://maven.apache.org/shared/maven-archiver/examples/manifestEntries.html
?

That should give you all you need.

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

Reply via email to