There is at least one thing I don't understand right now:
I'm developing under Linux and Windows, a little Java3D application.
Now I remembered that it must also runs as applet. No problem, since I
used MainFrame, it started to work right the way -> BOOM CRASH
The Applet can't load the vrml97.jar / Vrmlloader.
I alsways get a "SecurtiyManager...... java.util.Properties.....) Error
message (more than just one)
What I can't understand:
why can the j3dcore.jar, j3dutils.jar j3d*... be loaded without a
problem, but the vrml97.jar (in .../lib/ext/..) can't ?
So I think I have to sign the applet (jar file), to grant it access.
(The other part of this project is database access, so signing it,
wouldn't be so bad after all)
But how do I do it?
Can somebody please tell my the excat steps to do it?
I tried it yesterday more than 4 hours, and nothing changed :-(
===========================================================================
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".