Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #14296

Re: Packages and Reflection in an Applet

Path csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: Packages and Reflection in an Applet
Date Sat, 05 May 2012 14:45:43 -0700
Organization A noiseless patient Spider
Lines 16
Message-ID <jo472b$qgt$1@dont-email.me> (permalink)
References <jo2dk4$mh$1@speranza.aioe.org>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Sat, 5 May 2012 21:45:47 +0000 (UTC)
Injection-Info mx04.eternal-september.org; posting-host="zgW2MA4sFrKxp4jMohs6RQ"; logging-data="27165"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188u/26DGA3Qhr62gsW64cCQbykTwWzHbg="
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
In-Reply-To <jo2dk4$mh$1@speranza.aioe.org>
Cancel-Lock sha1:vRiYeOcVqgW3/81Zbp1IG7XfUok=
Xref csiph.com comp.lang.java.programmer:14296

Show key headers only | View raw


On 5/4/2012 10:25 PM, Richard Maher wrote:

> classes) to be supplied in a separate archive/JAR file and this will be
> located via the "archive=a,b,c" specifier (with "codebase_lookup" set to
> false). My "understanding" is that class.forName() will use the same
> classloader as the Applet and therefore I'm hoping that it will happily
> search through all specified JAR files looking for the requested class?


There *are* restrictions when running an applet regarding classloaders 
and class loading.  Basically the plug-in won't let you do anything that 
*might* be a threat to Java applet security.  I don't know if this 
applies to your current situation however.  I'd just make certain to 
have a backup plan in case this one ends up not working as well as you'd 
hoped.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Packages and Reflection in an Applet "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-05-05 13:25 +0800
  Re: Packages and Reflection in an Applet Arne Vajhøj <arne@vajhoej.dk> - 2012-05-05 17:30 -0400
    Re: Packages and Reflection in an Applet "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-05-07 20:47 +0800
      Re: Packages and Reflection in an Applet Arne Vajhøj <arne@vajhoej.dk> - 2012-05-08 22:14 -0400
  Re: Packages and Reflection in an Applet markspace <-@.> - 2012-05-05 14:45 -0700
    Re: Packages and Reflection in an Applet "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-05-07 20:54 +0800
      [OT] Poster's name (Was: Packages and Reflection in an Applet) Lew <noone@lewscanon.com> - 2012-05-08 05:32 -0700
        Re: [OT] Poster's name (Was: Packages and Reflection in an Applet) markspace <-@.> - 2012-05-08 07:43 -0700
          Re: [OT] Poster's name (Was: Packages and Reflection in an Applet) Jan Burse <janburse@fastmail.fm> - 2012-05-08 17:02 +0200
          Re: [OT] Poster's name (Was: Packages and Reflection in an Applet) Gene Wirchenko <genew@ocis.net> - 2012-05-08 09:26 -0700

csiph-web