bob wrote:
Hi,
Nice demos. Am I correct to include that in that case I might as well
put my applet tool in my site, since your solution needs the JRE and
java3d classes as well? Also your applet demands full access to
machine and network (with a note that strongly advises against it, I
took the risk anyway :-) ), is that always necessary?
Thanks,
Lars
It shouldn't be. That window only appears if you include the <security>
<all-permissions/> </security> tag in the JNLP file, and you only need
to include this if you are going to be accessing local files, the
network, or other sandbox unsafe things. The applications don't look
like they need this, so it may be helpful if the CAVE staff remove this
from the JNLP file.
Mark McKay
--
http://www.kitfox.com
===========================================================================
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".