Hi, under Internet Options/Advanced, I checked Java(Sun) Use Java2v1.4.0for
applet, but my jdk is c:\j2sdk1.4.2_03, under this JAVA_HOME, I have all the
j3d related jars under jre/lib/ext.
The exception is not CCE, it is ClassNotFoundException exception for applet.


Thanks

David

-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED] Behalf Of Franck Calzada
Sent: Tuesday, June 08, 2004 12:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] need feedback on cazapool3d


Make sure
-       Your browser use the right jdk (Tools/Internet options)
-        java3d files are correctly located under:
<YOUR_JDK_HOME>/jre/lib/ext/ [j3daudio.jar, j3dutils.jar, j3dcore.jar,
vecmath.jar]

Could you send me the CCE (ClassCastException) please?
Thanks a lot,
Franck

                -----Original Message-----
                From: Discussion list for Java 3D API
<[EMAIL PROTECTED]>@SUNGARD On Behalf Of David Du
<[EMAIL PROTECTED]>
                Sent: Tuesday, June 08, 2004 4:59 PM
                To: [EMAIL PROTECTED]
                Subject: Re: [JAVA3D] need feedback on cazapool3d

                Hi, I tried the applet version of the game, I could not get
it to run, I
                clicked the pool.html, it is doing the "Please wait while
loading ..."
                forever, when I clicked the pool_plugin.html, it asked me to
install new
                java runtime, I did, but the applet window showed an
Exception:
                java.lang.ClassNotFoundException, actually I installed
java3d under my
                j2sdk1.4.2_03 directory. I tried on both my desktop and my
laptop, it gave
                me the same symptons.


                Any idea?

                Thanks

                David

                -----Original Message-----
                From: Discussion list for Java 3D API
                [mailto:[EMAIL PROTECTED] Behalf Of Franck
Calzada
                Sent: Tuesday, June 08, 2004 10:00 AM
                To: [EMAIL PROTECTED]
                Subject: Re: [JAVA3D] need feedback on cazapool3d


                Thanks for your email.

                Actually, I got this NPE before, but forgot to rebuild the
dist environment.
                It will be fixed for tomorrow. (I'll post a message about
it)
                Otherwise, did you experience any issues with the applet?

                Franck

                                -----Original Message-----
                                From: Discussion list for Java 3D API
                <[EMAIL PROTECTED]>@SUNGARD On Behalf Of David Du
                <[EMAIL PROTECTED]>
                                Sent: Tuesday, June 08, 2004 3:13 PM
                                To: [EMAIL PROTECTED]
                                Subject: Re: [JAVA3D] need feedback on
cazapool3d

                Hi, when I tried to start the standalone mode with pool.cmd,
                I got the
                                following exception:
                                ......
                                Jun 8, 2004 8:55:54 AM
com.caza.billard3D.PoolSceneGraph
                showMyStatus
                INFO: Loading 3ds/sofa.3DS done
                Jun 8, 2004 8:55:55 AM com.caza.billard3D.PoolSceneGraph
                loadMyObjectURL
                INFO:


url=jar:file:/C:/java3d/pool-dist/pool/lib/pool-resources.jar!/3ds/tv.3DS,
                urlBase = c:/java3d/pool-dist/pool/bin/
                Jun 8, 2004 8:55:55 AM com.caza.billard3D.PoolSceneGraph
                showMyStatus
                INFO: Loading 3ds/tv.3DS done
                Jun 8, 2004 8:55:55 AM com.caza.billard3D.PoolSceneGraph
                loadMyObjectURL
                INFO:


url=jar:file:/C:/java3d/pool-dist/pool/lib/pool-resources.jar!/3ds/Rocking-c
                hair.3DS, urlBase = c:/java3d/pool-dist/pool/bin/
                Malformed URL trying to make texture URL
                Jun 8, 2004 8:55:56 AM com.caza.billard3D.PoolSceneGraph
                loadMyObjectURL
                INFO: url=null, urlBase = c:/java3d/pool-dist/pool/bin/
                java.lang.NullPointerException
                at

com.mnstarfire.loaders3d.Loader3DS.parseURL(Loader3DS.java:234)
                at
                com.mnstarfire.loaders3d.Loader3DS.load(Loader3DS.java:180)
                                at


com.caza.billard3D.PoolSceneGraph.loadMyObjectURL(PoolSceneGraph.java:395)
                at

com.caza.billard3D.PoolSceneGraph$1.construct(PoolSceneGraph.java:460)
                at
                com.caza.core.thread.SwingWorker$2.run(SwingWorker.java:72)
                at


com.caza.core.thread.ThreadPoolImpl$PoolThread.run(ThreadPoolImpl.java:106)
                Jun 8, 2004 8:55:56 AM com.caza.billard3D.PoolSceneGraph
                showMyStatus
                INFO: Loading 3ds/Rocking-chair.3DS done
                Jun 8, 2004 8:55:57 AM com.caza.billard3D.PoolSceneGraph
                loadMyObjectURL
                INFO:


url=jar:file:/C:/java3d/pool-dist/pool/lib/pool-resources.jar!/3ds/COUCH7.3D
                S, urlBase = c:/java3d/pool-dist/pool/bin/

                                .......
                                A dialog window pops up, but no view shows
up on the left
                side of the dialog
                window.


                                It seems like an url is null, a resource is
not loaded.

                                Any idea about what happened?

                                Thanks

                                David

                                -----Original Message-----
                                From: Discussion list for Java 3D API
                                [mailto:[EMAIL PROTECTED]
Behalf Of Franck
                Calzada
                Sent: Wednesday, June 02, 2004 5:25 PM
                To: [EMAIL PROTECTED]
                Subject: [JAVA3D] need feedback on cazapool3d


                                hi all,

                                I released a new version of CazaPool3D.

                                CazaPool3D is 100% pur java 8 ball pool
game.
                                - It uses many java3D technology like:
Behaviors, 3D model
                loading,
                PathInterpolator, morphing, textures, lights, collisions,
                picking, etc...
                - It handles multiple views
                - It shows ball trajectories as you line up your shot
                (wizard)
                - Undo ability
                - It handles white ball picking on the table
                - It handles single/multiplayer game


                I would appreciate any comments/suggestions/bugReport for
                improvement. My
                                goal is to show what java3d can achieve.



http://membres.lycos.fr/franckcalzada/Billard3D/Pool.html


                                Thanks again.
                                Regards,
                                Franck


                                Release note:
                                - Added cuestick animation
                                - Added more 3DS objects (sofa, fireplace,
ceilfan, etc...
                                - Modified camera animation.
                                - 3DS objects are loaded in different
threads (using
                multiple thread pool).
                So no need to wait for each object...
                - Fixed gamePlay.
                - Multiplayer gameplay done 90%. (a server will be soon
                available where
                rooms are managed)


                Confidentiality Notice: This email and any files transmitted
                with it are
                confidential and are intended solely for the use of the
                individual or entity
                to whom they are addressed. If you are not the original
                recipient or the
                person responsible for delivering the email to the intended
                recipient, be
                advised that you have received this email in error, and that
                any use,
                dissemination, forwarding, printing, or copying of this
                email is strictly
                prohibited. If you received this email in error, please
                notify the
                                originator immediately.



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




                Confidentiality Notice: This email and any files transmitted
with it are
                confidential and are intended solely for the use of the
individual or entity
                to whom they are addressed. If you are not the original
recipient or the
                person responsible for delivering the email to the intended
recipient, be
                advised that you have received this email in error, and that
any use,
                dissemination, forwarding, printing, or copying of this
email is strictly
                prohibited. If you received this email in error, please
notify the
                originator immediately.


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




Confidentiality Notice: This email and any files transmitted with it are
confidential and are intended solely for the use of the individual or entity
to whom they are addressed. If you are not the original recipient or the
person responsible for delivering the email to the intended recipient, be
advised that you have received this email in error, and that any use,
dissemination, forwarding, printing, or copying of this email is strictly
prohibited. If you received this email in error, please notify the
originator immediately.

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