U don't need any signing unless u r going to install vrml97.jar as
installed extension via extension mechanism of JRE1.3. VrmlLoader
throws an exception connected with creating a new ClassLoader or smth
like that, which is not allowed 4 applet. But this happens only when
it IS loaded via Inet. But if it is in your ext dir (if u r running
JRE1.2.1 or lower, u'd copy all extensions to the lib dir as well,
since JPlugin doesn't look them up at lib/ext dir) everything should
run smoothly. So, check up whether it IS in ext dir of your JRE
_plug-in_ (not of SDK). Also check up your html code and throw out
the reference, if any, to this jar from archive property. This way u'd
be sure that vrml97.jar is not loaded via network.
vladimir
-=V=-
>-------<=============>-------<
Join Java community now!
http://JavaCafe.VirtualAve.net/
>-------<=============>-------<
In your previous letter u wrote:
--------------------------------
A> There is at least one thing I don't understand right now:
A> I'm developing under Linux and Windows, a little Java3D application.
A> Now I remembered that it must also runs as applet. No problem, since I
A> used MainFrame, it started to work right the way -> BOOM CRASH
A> The Applet can't load the vrml97.jar / Vrmlloader.
A> I alsways get a "SecurtiyManager...... java.util.Properties.....) Error
A> message (more than just one)
A> What I can't understand:
A> why can the j3dcore.jar, j3dutils.jar j3d*... be loaded without a
A> problem, but the vrml97.jar (in .../lib/ext/..) can't ?
A> So I think I have to sign the applet (jar file), to grant it access.
A> (The other part of this project is database access, so signing it,
A> wouldn't be so bad after all)
A> But how do I do it?
A> Can somebody please tell my the excat steps to do it?
A> I tried it yesterday more than 4 hours, and nothing changed :-(
A> ===========================================================================
A> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
A> of the message "signoff JAVA3D-INTEREST". For general help, send email to
A> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
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".