Hi John,

Please check out.

http://www.j3d.org/faq/running.html#import

- Kelvin
-----------
Java 3D Team
Sun Microsystems Inc.

>Delivered-To: [EMAIL PROTECTED]
>X-Sender: <[EMAIL PROTECTED]>
>MIME-Version: 1.0
>Date: Tue, 16 Oct 2001 17:28:10 -0400
>From: John Nelson <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Still having problems with applets...
>Comments: To: Kelvin Chung <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>
>Urk.... I didn't expect this.  Crashed the applet on launch...
>
>java.lang.ClassNotFoundException: javax.media.j3d.Canvas3D
>        at com/ms/vm/loader/URLClassLoader.loadClass
>        at java/lang/ClassLoader.loadClassInternal
>        at stand/VisDemo.init
>        at com/ms/applet/AppletPanel.securedCall0
>        at com/ms/applet/AppletPanel.securedCall
>        at com/ms/applet/AppletPanel.processSentEvent
>        at com/ms/applet/AppletPanel.processSentEvent
>        at com/ms/applet/AppletPanel.run
>        at java/lang/Thread.run
>
>Is the Canvas object in the plugin?
>
>-- John
>
>
>On Tue, 16 Oct 2001, Kelvin Chung wrote:
>
>> Date: Tue, 16 Oct 2001 13:36:55 -0700 (PDT)
>> From: Kelvin Chung <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED]
>> Cc: [EMAIL PROTECTED]
>> Subject: Re: [JAVA3D] Still having problems with applets...
>>
>>
>> >Delivered-To: [EMAIL PROTECTED]
>> >User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.3-12 i686; en-US; rv:0.9) Gecko/20010505
>> >X-Accept-Language: en
>> >MIME-Version: 1.0
>> >Date: Tue, 16 Oct 2001 16:21:16 -0400
>> >From: John Nelson <[EMAIL PROTECTED]>
>> >Subject: Re: [JAVA3D] Still having problems with applets...
>> >Comments: To: Kelvin Chung <[EMAIL PROTECTED]>
>> >To: [EMAIL PROTECTED]
>> >
>>
>> The code is correct, it is just some MT safe bug
>> in v1.2.1 that cause the problem,
>>
>> try adding the following in destory()
>>
>> u.getViewer().getView().stopView()
>> u.getViewer().getView().removeCanvas3D(canvas3d)
>> u.getViewer().setViewingPlatform(null);
>> u.removeAllLocales();
>>
>> to see if it helps.
>>
>> - Kelvin
>> -------------
>> Java 3D Team
>> Sun Microsystems Inc.
>>
>
>--
>_____________________________________________________
>
>John T. Nelson
>President               |    Computation.com Inc
>mail:                   |    [EMAIL PROTECTED]
>company:                |    http://www.computation.com/
>journal of computation: |    http://www.computation.org/
>_____________________________________________________
>"Providing quality IT consulting services since 1992"
>
>===========================================================================
>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