Received: from mail.java.sun.com (mail.javasoft.com [204.160.241.28])
	by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id HAA03817
	for <muniandy@CIS.OHIO-STATE.EDU>; Mon, 28 Jun 1999 07:10:11 -0400 (EDT)
Received: from mail (mail.java.sun.com [204.160.241.28])
	by mail.java.sun.com (8.9.0.Beta6+Sun/8.9.0) with ESMTP id DAA18553;
	Mon, 28 Jun 1999 03:51:35 -0700 (PDT)
Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d) with
          spool id 1553397 for JAVA3D-INTEREST@JAVA.SUN.COM; Mon, 28 Jun 1999
          03:51:27 -0700
Received: from ns.insa-rouen.fr (ns.insa-rouen.fr [194.254.19.131]) by
          mail.java.sun.com (8.9.0.Beta6+Sun/8.9.0) with ESMTP id BAA06171 for
          <java3d-interest@java.sun.com>; Mon, 28 Jun 1999 01:58:27 -0700 (PDT)
Received: from mtp02.insa-rouen.fr (mtp02.insa-rouen.fr [193.49.10.12]) by
          ns.insa-rouen.fr (8.9.1/8.9.1) with ESMTP id LAA23261 for
          <java3d-interest@java.sun.com>; Mon, 28 Jun 1999 11:04:40 +0200
Received: from insa-rouen.fr (madsemusdipc4.insa-rouen.fr [194.254.15.44]) by
          mtp02.insa-rouen.fr (950413.SGI.8.6.12/8.6.6.Beta11) with ESMTP id
          LAA02411 for <java3d-interest@java.sun.com>; Mon, 28 Jun 1999
          11:08:14 +0200
X-Mailer: Mozilla 4.5 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID:  <377747F6.3AB82870@insa-rouen.fr>
Date:         Mon, 28 Jun 1999 11:01:26 +0100
Reply-To: Discussion list for Java 3D API <JAVA3D-INTEREST@JAVA.SUN.COM>
Sender: Discussion list for Java 3D API <JAVA3D-INTEREST@JAVA.SUN.COM>
From: Nicolas Trussart <nicolas.trussart@INSA-ROUEN.FR>
Organization: INSA de Rouen
Subject:      [JAVA3D] Running j3d in a browser (bis)
To: JAVA3D-INTEREST@JAVA.SUN.COM
X-UIDL: f216fe426b38b6e2aac909a30000c220

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;&nbsp;&nbsp; Hello,
<p>it's still me.
<p>I have forgotten to tell you that I've added the following lines
<br>in the C:\jdk1.2.1\lib\security\java.policy :
<p>&nbsp;&nbsp;&nbsp; // Standard extensions get all permissions by default
<p>&nbsp;&nbsp;&nbsp; grant codeBase "<A HREF="file:${java.home">file:${java.home</A>}/lib/ext/-" {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; permission java.security.AllPermission;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };
<p>&nbsp;&nbsp;&nbsp; // default permissions granted to all domains
<p>&nbsp;&nbsp;&nbsp; grant {
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; blabla...
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // permissions for Java3d
in order to run it inside an Appet
<p><b><font color="#CC0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
permission java.lang.RuntimePermission "modifyThread";</font></b>
<br><b><font color="#CC0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
permission java.lang.RuntimePermission "modifyThreadGroup";</font></b>
<br><b><font color="#CC0000">&nbsp;</font></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
};
<p>So... ?
<br>&nbsp;
<p>--
<br>Nicolas Trussart
<br>Departement Mecanique
<br>INSA de Rouen
<br>e-mail : nicolas.trussart@insa-rouen.fr
<br>&nbsp;</html>

===========================================================================
To unsubscribe, send email to listserv@java.sun.com and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
listserv@java.sun.com and include in the body of the message "help".

