How to deploy applet with installed extension ...

=?iso-8859-2?Q?Tibor_Mlyn=E1rik?= (tibor@baris.sk)
Mon, 8 Mar 1999 15:25:35 +0100

From: =?iso-8859-2?Q?Tibor_Mlyn=E1rik?= <tibor@baris.sk>
To: java-security@java.sun.com
Subject: How to deploy applet with installed extension ...
Date: Mon, 8 Mar 1999 15:25:35 +0100

Hello,
How can I deploy applet with this scenario:

Applet is using library which I want to install on clients( library is
big enough ).
Library cooperate with applet classes this way:
applet _register_ its classes with this library
then library creates applet classes instances using Class.forName(
String)

if I put library to jre/ext directory ( installed extension) then
library and applet classes lives in different namespaces
and it is not possible for library to user Class.forName()

Thanks in advance.

Tibor Mlynarik