Sorry, it's not working. But why do your code wants to exit ??? You can't
exit from an applet ;-)

Initial values for NavigationControls:
xscreeninitloc = 508
yscreeninitloc = 50
xscreeninitsize = 100
yscreeninitsize = 50
xobjinitloc = 0.0
yobjinitloc = 0.0
zobjinitloc = 2.2
xaxisrotinit = 0.0
yaxisrotinit = 0.0
zaxisrotinit = 0.0
java.security.AccessControlException: access denied
(java.util.PropertyPermission * read,write)
java.security.AccessControlException: access denied
(java.lang.RuntimePermission exitVM)
        at
java.security.AccessControlContext.checkPermission(AccessControlContext.java
:270)
        at
java.security.AccessController.checkPermission(AccessController.java:401)
        at
java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
        at java.lang.SecurityManager.checkExit(SecurityManager.java:762)
        at java.lang.Runtime.exit(Runtime.java:88)
        at java.lang.System.exit(System.java:713)
        at StarchTest.createSceneGraph(StarchTest.java:113)
        at StarchTest.init(StarchTest.java:605)
        at sun.applet.AppletPanel.run(AppletPanel.java:347)
        at java.lang.Thread.run(Thread.java:536)



-----Ursprüngliche Nachricht-----
Von: Jennifer Mc Gann [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 6. Januar 2003 09:47
An: [EMAIL PROTECTED]
Betreff: Re: [JAVA3D] Java3D applet error


Hi John,
I have Java 1.4.1_01 installed as well as Java 3D 1.3.
 When I run other Java 3D demo applets they work fine
I just can't get mine to work!! Maybe you or someone
else might visit the page and see if it loads for you.
 Then I will at least know that it is my browser that
is causing the problem. The link is
student.cs.ucc.ie/~jm4/Website/StarchTest.html

Thnanks in advance,
Regards,
Jennifer.
 --- John Wright <[EMAIL PROTECTED]> wrote: >
Jennifer,
>
> Most likely you are trying to run your applet on a
> browser that does not
> have Java 3D installed.  Which browser are you
> trying to use?  Did you
> install Java 1.4.1 on that machine?  Did you install
> Java 3D on that
> machine?
>
> - John Wright
> Starfire Research
>
> Jennifer Mc Gann wrote:
> >
> > Hi there,
> > When I try to run a Java applet I have created, an
> > error appears in the place where the applet should
> be.
> > The error reads:
> > Exception: java.lang.NoClassDefFoundError:
> > javax.media.j3d.VirtualUniverse.
> > I have imported the
> javax.media.j3d.VirtualUniverse
> > into the java file but it still gives this error.
> > Can anyone suggest why this is happening and how I
> > could solve it?
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Everything you'll ever need on one web page
> > from News and Sport to Email and Music Charts
> > http://uk.my.yahoo.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".
>
>
===========================================================================
> 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".

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.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".

==========================================================================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".

Reply via email to