You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2010/08/02 08:16:41 UTC

Re: Specifying Java splash screens in the .jar manifest using the Maven Archiver

On Mon, Aug 2, 2010 at 12:54 PM, Dave Liu <na...@acm.org> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org