Re: [JAVA3D] exception in thread 'main'

2004-03-23 Thread twitch
Florin Herinean wrote: java3d classes does not need to be included in the classpath. What you need to do is to check in your %JAVA_HOME%\jre\lib\ext\ for the following files: j3daudio.jar, j3dcore.jar, j3dutils.jar and vecmath.jar. If they are not there, then look were they are installed and copy

Re: [JAVA3D] exception in thread 'main'

2004-03-23 Thread twitch
To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception in thread 'main' I might not have the lasspath initialized...how do I do that?? I looked under environment variables but there was no Classpath, only the regular PATH variable... Should I make a new one called classpath? and which

Re: [JAVA3D] exception in thread 'main'

2004-03-23 Thread Florin Herinean
, 22. März 2004 19:17 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception in thread 'main' I might not have the lasspath initialized...how do I do that?? I looked under environment variables but there was no Classpath, only the regular PATH variable... Should I make a new one called

Re: [JAVA3D] exception in thread "main"

2004-03-22 Thread Flavius Alecu
Hi Justin, thanx, I just read the FAQ at j3d.org...and just delete those files and it worked...a miracle :D Thanx a lot From: Justin Couch <[EMAIL PROTECTED]> Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception in

Re: [JAVA3D] exception in thread "main"

2004-03-22 Thread Justin Couch
Flavius Alecu wrote: The thing is...I can run the code, I just can't run it from the comand line...That's teh wierd thing... Windows Box (you've never really stated)? Go to \Windows\System32 and delete java.exe and javaw.exe. Now it will work. -- Justin Couch http://www.vl

Re: [JAVA3D] exception in thread "main"

2004-03-22 Thread Flavius Alecu
The thing is...I can run the code, I just can't run it from the comand line...That's teh wierd thing... From: Joshuah Goldstein <[EMAIL PROTECTED]> Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception in threa

Re: [JAVA3D] exception in thread "main"

2004-03-22 Thread Joshuah Goldstein
Maybe you should try running a program with another javax.media.j3d class in it to see if the jvm can find other any other classes? --- Flavius <[EMAIL PROTECTED]> wrote: > I have an applet and I've made a main() method so I can > run it from the > command line... > > but I get an error: "Exceptio

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Flavius Alecu
ED]> Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception in thread 'main' Date: Mon, 22 Mar 2004 12:15:01 -0500 what do you mean with "did you install Java3D into the 1.4.2_01 JVM ?" Jav

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Flavius Alecu
thanx but I do have the environment variables set...I usually am able to run java and javac from anywhere...that isn't the problem this time... From: "Brobbey,Isaac" <[EMAIL PROTECTED]> Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> To: [EMAIL PROT

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Flavius Alecu
IL PROTECTED] Subject: Re: [JAVA3D] exception in thread 'main' Date: Mon, 22 Mar 2004 17:12:00 - It will have asked you where you wanted to install it, and you should have placed it in the same directory as where you installed the 1.4.2_01 JVM you have there HTH Jeremy -- Homepage: http:/

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Brobbey,Isaac
what do you mean with "did you install Java3D into the 1.4.2_01 JVM ?" Java3D automatically installs under the java2 1.4.2_01 JVM , unless you change it otherwise, just copy your java file in to the jdk bin, then change directory from the command line to the

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Jeremy Booth
It will have asked you where you wanted to install it, and you should have placed it in the same directory as where you installed the 1.4.2_01 JVM you have there HTH Jeremy -- Homepage: http://www.computerbooth.com/ Codepage: http://www.newdawnsoftware.com/ =

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Flavius Alecu
what do you mean with "did you install Java3D into the 1.4.2_01 JVM ?" I don't think I've done anything particular when I installed it... From: Jeremy Booth <[EMAIL PROTECTED]> Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Su

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Brobbey,Isaac
now I tried making a main() method and use the following command: java -cp "%CLASSPATH%;..\j3dtree.jar" applet that's when I get the error... > > > but I get an error: "Exception in thread "main" > > > java.lan

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Flavius Alecu
27;s when I get the error... From: Florin Herinean <[EMAIL PROTECTED]> Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception in thread 'main' Date: Mon, 22 Mar 2004 17:29:08 +0100 Are you running the applet from the coma

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Jeremy Booth
> Are you running the applet from the comand line or from within the web > browser ? If the later one, then you're settings described bellow does > not apply. Good point, I assumed from the specific mention of adding a main that it was being run from the command line. Jeremy -- Homepage: http://

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Jeremy Booth
Flavius Alecu said: > ok, when I run java -version I get teh following: > > "java version "1.4.2_01" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06) > Java HotSpot(TM) Cllient VM (build 1.4.2_01-b06, mixed mode)" ok, did you install Java3D into the 1.4.2_01 JVM ? > I reall

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Florin Herinean
ntly on my machine several versions of jdk and only 2 of them have java3d installed. Cheers, Florin -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of Flavius Alecu Sent: Montag, 22. März 2004 17:09 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Flavius Alecu
look wrong?? thanx From: Jeremy Booth <[EMAIL PROTECTED]> Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] exception in thread 'main' Date: Mon, 22 Mar 2004 15:57:54 - > but I get an error: "Exception i

Re: [JAVA3D] exception in thread 'main'

2004-03-22 Thread Jeremy Booth
> but I get an error: "Exception in thread "main" > java.lang.NoClassDefFoundError: javax/media/j3d/Node" Java3D isn't installed properly in the JVM that is trying to run your app, or thats what the exception implies. Check with 'java -version' that you are running the JVM Java3D was installed too

[JAVA3D] exception in thread "main"

2004-03-22 Thread Flavius
I have an applet and I've made a main() method so I can run it from the command line... but I get an error: "Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/j3d/Node" I tried to download source code that is known to work but still doesn't on my computer..what could be wrong

Re: [JAVA3D] Exception in SoundScheduler

2003-10-17 Thread Nikolai V. Chr.
Dietrich, Harald wrote: Thanks for the hint, but it did not help. I just wonder, why the SimpleSoundSample is running, but my application does not. So I am almost sure, that I am doing something wrong (I do not use SimpleUniverse). You should try the exact same example, but use headspacemixer inste

Re: [JAVA3D] Exception in SoundScheduler

2003-10-16 Thread Dietrich, Harald
: Donnerstag, 16. Oktober 2003 15:50 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Exception in SoundScheduler Dietrich, Harald wrote: > ... and I get the followind exception when activating the scene: > > java.lang.NullPointerException > at > javax.media.j3d.SoundSchedule

Re: [JAVA3D] Exception in SoundScheduler

2003-10-16 Thread Nikolai V. Chr.
Dietrich, Harald wrote: ... and I get the followind exception when activating the scene: java.lang.NullPointerException at javax.media.j3d.SoundScheduler.renderChanges(SoundScheduler.java:955) at javax.media.j3d.SoundScheduler.processMessages(SoundScheduler.java:253) at ja

[JAVA3D] Exception in SoundScheduler

2003-10-16 Thread Dietrich, Harald
Hi, I started implementing sound in my application and ended up in a very early stage with an exception. I have really tried a lot, searched the forums and the internet, but did not find a solution. This is the code I added for sound processing: JavaSoundMixer jsm = new JavaSoundMixer(vie

Re: [JAVA3D] Exception in RenderBin.removeDepthSort()

2002-05-30 Thread Chien Yang
002 17:25:39 +0200 > From: "Nikolai V. Chr." <[EMAIL PROTECTED]> > Subject: [JAVA3D] Exception in RenderBin.removeDepthSort() > To: [EMAIL PROTECTED] > MIME-version: 1.0 > Content-transfer-encoding: 7bit > X-Accept-Language: da, en-us > Delivered-to: [EMAIL PROTE

[JAVA3D] Exception in RenderBin.removeDepthSort()

2002-05-30 Thread Nikolai V. Chr.
I tried running with: view.setTransparencySortingPolicy(View.TRANSPARENCY_SORT_GEOMETRY); But I encountered this exception: (not every time) java.lang.NullPointerException at javax.media.j3d.RenderBin.removeDepthSort(RenderBin.java:6295) at javax.media.j3d.RenderBin.updateObject(

Re: [JAVA3D] Exception with Shape3D.intersect

2002-04-16 Thread Kelvin Chung
lt;[EMAIL PROTECTED]> >Subject: [JAVA3D] Exception with Shape3D.intersect >To: [EMAIL PROTECTED] >MIME-version: 1.0 >Content-transfer-encoding: 7bit >X-Accept-Language: en-us, en >Delivered-to: [EMAIL PROTECTED] >User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; r

[JAVA3D] Exception with Shape3D.intersect

2002-04-16 Thread Rob Nugent
Hi all, Having moved to J3D 1.3 Beta, I'm now getting an exception with Shape3D.intersect(SceneGraphPath path, PickShape pickShape) that I didn't seem to get before. I first do a Locale.pickClosest() with a pickSegment to locate a Shape3D and then do a Shape3D.intersect(SceneGraphPath path, Pick

Re: [JAVA3D] Exception in native code outside VM pt. 2

2002-03-30 Thread Scott Mobile
Virtopia 2 3D Project http://vp2.onebigvillage.com - Original Message - From: "Andreas Bauer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 3:02 AM Subject: Re: [JAVA3D] Exception in native code outside VM pt. 2 > On Saturday 30 Ma

Re: [JAVA3D] Exception in native code outside VM pt. 2

2002-03-30 Thread Andreas Bauer
On Saturday 30 March 2002 03:02, you wrote: > Sorry about that... keyboard shortcuts can bite you sometimes... > > Anyway... several testers seeing these errors intermittently, on various > platforms. Any insight would be helpful: > > I sometimes get such an exception too. But it only occurs when

[JAVA3D] Exception in native code outside VM pt. 2

2002-03-29 Thread Scott Mobile
Sorry about that... keyboard shortcuts can bite you sometimes...   Anyway... several testers seeing these errors intermittently, on various platforms.  Any insight would be helpful:       An unexpected exception has been detected in native code outside the VM.Unexpected Signal : EXCEPTION_AC

[JAVA3D] Exception in native code outside VM?

2002-03-29 Thread Scott Mobile
Anyone seen this?  I've got a couple testers, with various hardware cofigurations that are seeing errors such as the one below.    

Re: [JAVA3D] exception while picking

2002-02-01 Thread Olivier Tassy
] Sent: Friday, February 01, 2002 10:10 AM Subject: Re: [JAVA3D] exception while picking This error should result from the statement    obj.setCapability(Shape3D.ALLOW_GEOMETRY_READ);   I think you should set the capability when constructing the shape object

Re: [JAVA3D] exception while picking

2002-02-01 Thread Cheng Chang Dong
          - Original Message - From: Olivier Tassy To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 12:37 AM Subject: [JAVA3D] exception while picking Hi, I use the following code to perform a pick, but it returns "RestrictedAccessException: C

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Raj Vaidya
> >Doug Twilleager >Java 3D Team >Sun Microsystems Ok! I get it. Thanks very much. Raj > > >>Delivered-To: [EMAIL PROTECTED] >>Delivered-To: [EMAIL PROTECTED] >>Subject: Re: [JAVA3D] Exception outside VM >>To: [EMAIL PROTECTED] >> >>>O

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Doug Twilleager
[EMAIL PROTECTED] >Subject: Re: [JAVA3D] Exception outside VM >To: [EMAIL PROTECTED] > >>On Wed, 30 Jan 2002 17:25:51 +0100, Karsten Fries <[EMAIL PROTECTED]> wrote: > >>By the way, why is >>the enable flag part of the texture and not of the texture attributes. &

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Raj Vaidya
>On Wed, 30 Jan 2002 17:25:51 +0100, Karsten Fries <[EMAIL PROTECTED]> wrote: >By the way, why is >the enable flag part of the texture and not of the texture attributes. >Imagine >a texture that is shared by two geometries in different shapes! >This might lead to some inconsistencies or restricti

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Chien Yang
graphics card. > Delivered-To: [EMAIL PROTECTED] > X-Accept-Language: en > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Date: Wed, 30 Jan 2002 17:25:51 +0100 > From: Karsten Fries <[EMAIL PROTECTED]> > Subject: [JAVA3D] Exception outside VM > To: [EMAIL

Re: [JAVA3D] exception while picking

2002-01-30 Thread Olivier Tassy
. To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 5:39 PM Subject: Re: [JAVA3D] exception while picking You need to set all the relevent capabilities before adding the nodes to the scene graph.  This includes the ALLOW_GEOMETRY_READ and ALLOW_INTERSECT capabilities

Re: [JAVA3D] exception while picking

2002-01-30 Thread Yazel, David J.
ECTED]]Sent: Wednesday, January 30, 2002 11:37 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] exception while picking Hi, I use the following code to perform a pick, but it returns "RestrictedAccessException: Cannot modify capability bits on a live scene or compiled object" What

[JAVA3D] exception while picking

2002-01-30 Thread Olivier Tassy
Hi, I use the following code to perform a pick, but it returns "RestrictedAccessException: Cannot modify capability bits on a live scene or compiled object" What kind of setting do I need to avoid this?   many thanks in advance OLivier.          scene.setCapability(Node.ENABLE_P

Re: [JAVA3D] Exception outside VM

2002-01-30 Thread Justin Couch
On Wed, 30 Jan 2002, Karsten Fries wrote: > Hi there, > > i recently accountered a stability problem of my app on some graphics > cards. > The log looks like this on and ATI mobility and Java.1.2.1_03: Are you doing this with JDK1.4RC1? Similar setup is doing that for me whenever I do a canvas r

[JAVA3D] Exception outside VM

2002-01-30 Thread Karsten Fries
Hi there, i recently accountered a stability problem of my app on some graphics cards. The log looks like this on and ATI mobility and Java.1.2.1_03: ** An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred a

Re: [JAVA3D] Exception in transparency rendering in 1.3 beta

2001-11-21 Thread Chien Yang
-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 >Date: Wed, 21 Nov 2001 16:14:53 +0200 >From: Pasi Paasiala <[EMAIL PROTECTED]> >Subject: [JAVA3D] Exception in transparency rendering in 1.3 beta >To: [EMAIL PROTECTED] > >Hello Java3D team, > >I get the followin

[JAVA3D] Exception in transparency rendering in 1.3 beta

2001-11-21 Thread Pasi Paasiala
Hello Java3D team, I get the following exception in my application after I have assigned some transparent shapes an invisible appearance: java.lang.NullPointerException at javax.media.j3d.TransparentRenderingInfo.updateState(TransparentRenderingInf o.java:36) at javax.media.j3d.T

Re: [JAVA3D] Exception loading a file from an applet (using portfolio)

2001-10-07 Thread ???
el Moscoso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 11:37 PM Subject: Re: [JAVA3D] Exception loading a file from an applet (using portfolio) Hi again !! I have tested it and I have got

Re: [JAVA3D] Exception loading a file from an applet (using portfolio)

2001-09-21 Thread Daniel Moscoso
Hi again !! I have tested it and I have got the same exception. Dani -- At 15:14 21.09.2001 +0100, you wrote: Hi, I had this Problem some time ago. Just using new URL(getCodeBase(), filename); in your Applet,

Re: [JAVA3D] Exception loading a file from an applet (using portfolio)

2001-09-21 Thread Manuel Braun
At 15:14 21.09.2001 +0100, you wrote: Hi, I had this Problem some time ago. Just using new URL(getCodeBase(), filename); in your Applet, and it might work. >Hi all !! > >I try to load a DXF file using portfolio from an applet. It works as an >application, but if I try to load it like this: >

[JAVA3D] Exception loading a file from an applet (using portfolio)

2001-09-21 Thread Daniel Moscoso
Hi all !! I try to load a DXF file using portfolio from an applet. It works as an application, but if I try to load it like this: filename = "TestFile.dxf" ModelLoader f = new ModelLoader(); Scene s = null; try { URL urlFile = getClass().get

[JAVA3D] Exception with OrderedGroup

2001-08-14 Thread Karsten Fries
Hi all, I get a java.lang.NullPointerException at javax.media.j3d.RenderBin.removeOrderedBin(RenderBin.java:4558) at javax.media.j3d.RenderBin.removeAllRenderAtoms(RenderBin.java:4529) at javax.media.j3d.MasterControl.unregisterView(MasterControl.java:1713) at javax.media.j3d.MasterControl.h

Re: [JAVA3D] Exception in MasterControl.updateWorkThreads()

2001-06-13 Thread Kelvin Chung
21 (UTC) FILETIME=[EF6CA190:01C0F3E8] >Date: Wed, 13 Jun 2001 19:12:28 +1000 >From: Tim Webber <[EMAIL PROTECTED]> >Subject: [JAVA3D] Exception in MasterControl.updateWorkThreads() >To: [EMAIL PROTECTED] > >Hi, > >I have developed an application that uses Java3D, and I am

[JAVA3D] Exception in MasterControl.updateWorkThreads()

2001-06-13 Thread Tim Webber
Hi, I have developed an application that uses Java3D, and I am finding an exception is thrown occasionally at start up. The stack trace output is as follows: null renderer java.lang.NullPointerException at javax.media.j3d.MasterControl.updateWorkThreads(MasterControl.java:2095) a

Re: [JAVA3D] Exception on exiting applet

2001-05-16 Thread Kelvin Chung
ROTECTED]> >To: "'Kelvin Chung'" <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] >Subject: RE: [JAVA3D] Exception on exiting applet >Date: Wed, 16 May 2001 13:54:07 -0400 >MIME-Version: 1.0 > >Hi Kelvin, > >thank you for a quick reply. Unfortunately, it is

Re: [JAVA3D] Exception on exiting applet

2001-05-16 Thread Yuri Nikishkov
Title: RE: [JAVA3D] Exception on exiting applet Hi Kelvin, thank you for a quick reply. Unfortunately, it is not easy for us to send you our applet since it needs a connection to server to load examples. We are currently preparing the local application to send you for evaluation, so that

Re: [JAVA3D] Exception on exiting applet

2001-05-15 Thread Kelvin Chung
D]> >Subject: [JAVA3D] Exception on exiting applet >To: [EMAIL PROTECTED] > >java.lang.NullPointerException >at >javax.media.j3d.MasterControl.addToStateThreads(MasterControl.java:2072) >at >javax.media.j3d.MasterControl.updateWorkThrea

[JAVA3D] Exception on exiting applet

2001-05-15 Thread Yuri Nikishkov
Title: Exception on exiting applet java.lang.NullPointerException     at javax.media.j3d.MasterControl.addToStateThreads(MasterControl.java:2072)     at javax.media.j3d.MasterControl.updateWorkThreads(MasterControl.java:2395)     at javax.media.j3d.MasterControl.doWork(MasterContro

Re: [JAVA3D] Exception with using Group.moveTo(BranchGroup) for n ested Ordered Groups

2001-04-19 Thread J. Lee Dixon
ilto:[EMAIL PROTECTED]] > Sent: Thursday, April 19, 2001 2:13 PM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] Exception with using > Group.moveTo(BranchGroup) for > nested Ordered Groups > > > Lee: > > You have discovered a bug with OrderedGroup.moveTo. A >

Re: [JAVA3D] Exception with using Group.moveTo(BranchGroup) for nested Ordered Groups

2001-04-19 Thread Uma Sabada
r 2001 12:19:04 -0400 > From: "J. Lee Dixon" <[EMAIL PROTECTED]> > Subject: [JAVA3D] Exception with using Group.moveTo(BranchGroup) for nested Ordered Groups > To: [EMAIL PROTECTED] > > Well, as I mentioned before, I finally got my range ordering working for > tran

[JAVA3D] Exception with using Group.moveTo(BranchGroup) for nested Ordered Groups

2001-04-19 Thread J. Lee Dixon
Well, as I mentioned before, I finally got my range ordering working for transparent objects. But the function I use to reorder objects in the OrderedGroup was: myOrderedGroup.moveTo(BranchGroup) This function is really meant to move a BranchGroup from one part of the scene to another. Well, i

[JAVA3D] Exception in thread "main" java.awt.AWTError: BoxLayout can't be shared

2001-03-08 Thread Mona Wong
I keep getting the following error: "Exception in thread "main" java.awt.AWTError: BoxLayout can't be shared" I've looked all over the doc but can't find any information about this. What is it trying to tell me? What is the problem? How do I fix it? All help is appreci

Re: [JAVA3D] Exception with intersect

2001-02-21 Thread Chien Yang
5:37 GMT > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > X-Priority: 3 > X-MSMail-Priority: Normal > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 > Date: Wed, 21 Feb 2001 13:35:16 - > From: Rob Nugent <[EMAIL PROTECTED]> > Subject: [JAVA3D] Exception

[JAVA3D] Exception with intersect

2001-02-21 Thread Rob Nugent
Hello all, With 1.2.1 beta 2 I'm sometimes getting exceptions like the following: at javax.media.j3d.Shape3DCompileRetained.intersect(Shape3DCompileRetained.java :453) at javax.media.j3d.Shape3D.intersect(Shape3D.java:456) at rob.ref.CameraBehaviour.permit(CameraBehaviour

Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL)

2000-11-16 Thread Chien Yang
; X-Priority: 3 > X-MSMail-Priority: Normal > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 > Date: Wed, 15 Nov 2000 11:08:58 - > From: Rob Nugent <[EMAIL PROTECTED]> > Subject: Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL) > Comments: To: Uma Sabada <[EMA

Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL)

2000-11-16 Thread Kevin Rushforth
her than addGeometry. -- Kevin Rushforth Java 3D Team Sun Microsystems [EMAIL PROTECTED] >Date: Wed, 15 Nov 2000 11:08:58 - >From: Rob Nugent <[EMAIL PROTECTED]> >Subject: Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL) >To: [EMAIL PROTECTED] > >Uma, > >I jus

Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL)

2000-11-15 Thread Rob Nugent
81363 - Original Message - From: "Uma Sabada" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 8:51 PM Subject: Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL) > Qiuli: > > This problem is fixed in 1.2.1 beta2. You could workaro

Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL)

2000-11-14 Thread Uma Sabada
3.2400 > Importance: Normal > X-Priority: 3 (Normal) > X-MSMail-priority: Normal > Date: Tue, 14 Nov 2000 14:05:51 -0800 > From: Qiuli Sun <[EMAIL PROTECTED]> > Subject: Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL) > To: [EMAIL PROTECTED] > > I got the same problem. So I re

Re: [JAVA3D] Exception with 1.2.1 beta 1 (OGL)

2000-11-14 Thread Qiuli Sun
I got the same problem. So I removed the 1.2.1 beta. -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Rob NugentSent: Tuesday, November 14, 2000 1:48 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] Exception with 1.2.1 beta 1 (OGL) Hi

[JAVA3D] Exception with 1.2.1 beta 1 (OGL)

2000-11-14 Thread Rob Nugent
Hi,   I just tried to move to Java 3D 1.2.1 beta 1 (OGL version) on WinNT 4.0   I was previously on Java 1.2 (also OGL)   I am now getting the following exception which wasn't occurring before :   Exception in thread "main" java.lang.NullPointerException    at javax.media.j3d.CompileSta

Re: [JAVA3D] Exception

2000-07-09 Thread Justin Couch
grace Wang wrote: > > Hi, everyone , > I copied J3dSwingFrame.java from Raw J3d, compling is fine , when I do > java J3dSwingFrame,i got error: > > Exception in thread "main" java.lang.NoClassDefFoundError: > javax/media/j3d/Node Ah.. a FAQ question that arises in many forms. This means that it

[JAVA3D] Exception

2000-07-09 Thread grace Wang
Hi, everyone , I copied J3dSwingFrame.java from Raw J3d, compling is fine , when I do java J3dSwingFrame,i got error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/j3d/Node What is that ? The source code is from Raw j3d which is correct. grace -