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

From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: Packages and Reflection in an Applet
Date 2012-05-05 14:45 -0700
Organization A noiseless patient Spider
Message-ID <jo472b$qgt$1@dont-email.me> (permalink)
References <jo2dk4$mh$1@speranza.aioe.org>

Show all headers | 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