Hi Benjamin!
The only OTHER way would be to pack up your class files, images etc.
in a JAR and sign it. You can generate your own private & public key
(your certificate) with the tools supplied in the JDK. Still,
this is no trusted certificate (not authorised by any Trust Center
or something).
Check out the security FAQ of Sun:
http://java.sun.com/docs/books/tutorial/security1.2/index.html
Cheers, Thomas
Benjamin Nill schrieb:
>
> Hi!
>
> I have visualised a calculator from the Middle Ages with Java 3D
> and used threads for the animations. Now I wanted to present it on
> the WWW. But after starting the applet
> with a browser (+ plugin) I encountered security exceptions.
> After adding the necessary permissions to the policy file, it
> finally worked fine.
>
> My question is now the following:
> Does any user who wants to start my applet
> has to modify the java.policy file of his plugin in order to give my
> applet the explicit permissions to start and modify threads,
> or is there any other way, that would not bother the user??
>
> I am afraid that this question was probably asked before, but
> I really need to know this. Sorry.
>
> Thanks in advance,
> Benjamin Nill
> [EMAIL PROTECTED]
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
--
-------------------------------------------------------------------
Thomas Auinger . [EMAIL PROTECTED] . Tel
Kranichsteiner Str. 93 . 64289 Darmstadt . www.postspiel.de
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".