Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 1999 16:53:25 +0200
From:      Erwan Arzur <erwan@netvalue.fr>
To:        Greg Lynn <dglynn@vaview5.vavu.vt.edu>
Cc:        java@FreeBSD.ORG
Subject:   Re: Signing Applets with JDK 1.1.x...
Message-ID:  <374EADE5.3504E0ED@netvalue.fr>
References:  <Pine.BSF.3.96.990528103507.19615B-100000@vaview5.vavu.vt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Greg Lynn wrote:

> So what might be the solution?

You may be able to develop a single class that will, by detecting the type of
browser VM that is running it, dynamically invoke (using the java.reflect APIs)
the right methods, using the right parameters. You have to do this dynamically
because trying to create an instance of say netscape.security.SecurityManager
will throw a ClassNotFoundException with IE, for instance ...

Mhhh ... Maybe using Makefiles and the C preprocessor ?

But you'll still have to develop multiple times ...





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?374EADE5.3504E0ED>