users@glassfish.java.net

Re: Glassfish v3 class loader path

From: Sahoo <Sahoo_at_Sun.COM>
Date: Fri, 08 Jan 2010 14:34:27 +0530

*.jar syntax would definitely not work. Try listing the files
explicitly. You may like to try with a simple scenario first.

glassfish_at_javadesktop.org wrote:
> I created a jar whose manifest contain the Class-Path header: I tried two way: indicating in explicit way all jars with relative path and using jolly * char (in relative path), but when running application Glassfish is not able to load the libraryies.
>
> This is the last version:
> Manifest-Version: 1.0
> Class-Path: struts/*.jar axis/*.jar commons/*.jar custom/*.jar jaxb-ri/*.jar logging/*.jar
> [Message sent by forum member 'scarex' (scarex.dna_at_gmail.com)]
>
> http://forums.java.net/jive/thread.jspa?messageID=379540
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>