From: Charlie.Lai@Eng (Charlie Lai)
Message-Id: <199710171815.LAA10133@angeles.eng.sun.com>
Subject: Re: Multiple JAR files -- usage
To: keshav@india.hp.com (Keshav Subramanya)
Date: Fri, 17 Oct 1997 11:15:24 -0800 (PDT)
In-Reply-To: <199710150557.WAA01256@palrel3.hp.com> from "Keshav Subramanya" at Oct 15, 97 11:24:07 am
hi,
> <applet
> code=MyApplet.class
> archive="JAR1.jar, JAR2.jar"
> width=400 height=400>
> </applet>
>
> When I open this page in Netscape 4.03 after turning on the Java
> Console and setting applet debug level to 9, I see this output:
>
> # context = netscape.applet.MozillaAppletContext@800f224
> # codebase = http://<server_address>/classes/
> # archive = http://<server_address>/classes/JAR1.jar
> # mayscript = false
>
> i.e. the second JAR file isn't being accessed. The applet finally
> fails because it doesn't find the classes residing in JAR2.jar.
hmmm...multiple jar files does work with appletviewer.
you might want to ask this question to netscape directly.
they have a security newsgroup you can try:
http://help.netscape.com/nuggies/security.html
charlie