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
ECTED]
Subject: Re: [JAVA3D] exception in thread 'main'
Date: Mon, 22 Mar 2004 12:00:14 -0500
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...
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
you meant...does anything of this 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: Mo
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
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
22 matches
Mail list logo