Hi Julian
I tried putting it in the init() still the exception... i tried it in the Text2D
example in the demo/Text2D folder.. i attach the file...
plz run it and see whether u can solve the problem..
thx...
bye
Yours sincerely
Janet
:[EMAIL PROTECTED]]
Sent: Wednesday, February 16, 2000 11:54 PM
To: [EMAIL PROTECTED]
Subject:Re: [JAVA3D] j3dsharedctx
hi janet,
i had similar problems when calling setProperty() too late. perhaps it helps
if you do not call it in the constructor, but in the applet's init() or
Wednesday, February 16, 2000 3:26 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] j3dsharedctx
Hi...
i'm using java3d1.2beta1 and java1.2.2
when i put System.setProperty("j3d.sharedctx","false");
in the constructor of my program, the Text2D get displayed correctly in
U can't set properties (and even read most of them) from inside the
applet. I guess u should either manually set the property before
running the applet or set appropriate permissions using policytool.
vladimir
-=V=-
>---<=>---<
Join in Java community now!
http://J
Hi...
i'm using java3d1.2beta1 and java1.2.2
when i put System.setProperty("j3d.sharedctx","false");
in the constructor of my program, the Text2D get displayed correctly in an application.
However when i run it as an applet and exception occurs. Any ideas how i can solve
this?
Thanks
Your