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
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
, 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
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
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
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
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
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
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
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:/
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
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/
=
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
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
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
> 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://
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
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
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
> 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
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
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
: 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
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
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
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
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(
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
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
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
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
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
Anyone seen this? I've got a couple testers,
with various hardware cofigurations that are seeing errors such as the one
below.
]
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
- 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
>
>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
[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.
&
>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
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
.
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
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
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
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
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
-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
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
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
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,
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:
>
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
; 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
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
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
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
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
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
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
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
-
71 matches
Mail list logo