Re: Loading a class using the applet class loader



André Wagner wrote:

Thank you for the hints, but unfortunately, this is impossible. An
applet has a series of security restrictions, and one of these
restrictions is that a applet can never subclass or create a class
loader.

Huh, this is new to me. Where did you hear this at? My brief search didn't find anything that hinted at this...
.



Relevant Pages

  • Re: Does a JAR need to be signed to be JNLP launched?
    ... runs *inside* the browser) but I get the following exception: ... This is an applet not an application and I can live within the security restrictions of the sandbox. ... Using JNLP to launch the applet enables me to utilise extensions which include native libraries without signing my applet and provides access to all the JNLP-enabled functionality like DownloadService and PersistenceService etc. ...
    (comp.lang.java.programmer)
  • Re: Loading a class using the applet class loader
    ... Thank you for the hints, but unfortunately, this is impossible. ... applet has a series of security restrictions, ... restrictions is that a applet can never subclass or create a class ... loader. ...
    (comp.lang.java.programmer)