[JDEV] Java versions and jsse
Iain Shigeoka
iain.shigeoka at messaginglogic.com
Fri Aug 9 11:12:27 CDT 2002
On 8/9/02 12:47 AM, "adrian" <adrian at kilipir.ro> wrote:
> its better to package the jsse in the packege because not all cliebts have
> the jre.
> If i pack the jsse, the clients which doesn't have the jre can use the
> applet?
> If not, do you know what else have i to pack in the applet?
In general its not done because jsse contains security code that falls under
a lot of country's export laws. Even if your country allows it, the Sun
license (assuming you're using Sun's code) has certain restrictions about
redistribution. If you are setting up the webpage that hosts the applet,
the safest bet is to use the Java plug-in api/markup. This lets you specify
what JVM to use with your applet, and the client will automatically be
redirected to download the correct JRE if it is not already installed.
-iain
More information about the JDev
mailing list