Re: [JAVA3D] no J3D in java.library.path

2001-01-16 Thread Carl-Henrik Hilborn
this. Hälsningar/Regards Carl-Henrik Hilborn Knåpit AB 0709 47 88 92 [EMAIL PROTECTED] -Original Message- From: Justin Couch [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 3:57 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] no J3D in java.library.path On Mon, 15 Jan 2001

Re: [JAVA3D] no J3D in java.library.path

2001-01-15 Thread Justin Couch
On Mon, 15 Jan 2001, Bradley White wrote: > >java.lang.UnsatisfiedLinkError: no J3D in java.library.path > > > There is also an entry in the J3D FAQ: > > http://www.j3d.org/faq/running.html#notfound I was going to answer this, but it didn't sound like the right solution for his problem. (ie the

Re: [JAVA3D] no J3D in java.library.path

2001-01-15 Thread Bradley White
At 05:03 PM 12/01/2001 +0100, you wrote: >Hello > >I had a system crash om my laptop and needed to re-install win2k pro. >When I try to run my Java3D app I get the error: > >java.lang.UnsatisfiedLinkError: no J3D in java.library.path There is also an entry in the J3D FAQ: http://www.j3d.org/faq

[JAVA3D] no J3D in java.library.path

2001-01-12 Thread Carl-Henrik Hilborn
Hello I had a system crash om my laptop and needed to re-install win2k pro. When I try to run my Java3D app I get the error: java.lang.UnsatisfiedLinkError: no J3D in java.library.path When I check the documentation it says that this problem occurs when the system lacks the Open GL implementat

Re: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

2000-08-31 Thread J Myron Smith
follow my install procedures posted several days back -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Wessel ThomasSent: Wednesday, August 31, 1988 6:07 PMTo: [EMAIL PROTECTED]Subject: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

Re: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

2000-08-31 Thread Stanley, Robert
If you are running on Solaris, copy libJ3D.so rather than J3D.dll Rob -Original Message- From: Wessel Thomas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 31, 1988 6:07 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH I am new to Java 3D. Whenever I try to

Re: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

2000-08-31 Thread Bradley Crouch
You might want to try the following: *from the README file* There is a bug in the Linux and Solaris versions of the JPI 1.2.2 that keeps it from finding Java extensions in the lib/ext/ directory where they are kept. To work around the problem, you need to copy the four .jar files from the lib/ex

Re: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

2000-08-31 Thread Stanley, Robert
:[EMAIL PROTECTED]] Sent: Wednesday, August 31, 1988 6:07 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH I am new to Java 3D. Whenever I try to run a Java 3D program I get the following error: Exception in thread "main" java.lang.UnsatisfiedLinkerror:

Re: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

2000-08-31 Thread Stanley, Robert
]] Sent: Wednesday, August 31, 1988 6:07 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] NO J3D IN JAVA.LIBRARY.PATH I am new to Java 3D. Whenever I try to run a Java 3D program I get the following error: Exception in thread "main" java.lang.UnsatisfiedLinkerror: no J3D in java.library.p

[JAVA3D] NO J3D IN JAVA.LIBRARY.PATH

2000-08-31 Thread Wessel Thomas
I am new to Java 3D. Whenever I try to run a Java 3D program I get the following error: Exception in thread "main" java.lang.UnsatisfiedLinkerror: no J3D in java.library.path     at java.lang.ClassLoader.loadLibrary(Compiled code)     at Java.lang.Runtime.loadLibrary0(Runtime.java:470) Thes

Re: [JAVA3D] no J3D in java.library.path

2000-01-31 Thread Andrei Karii
J3D in java.library.path When I try to run Vrml97Viewer I always get this error message:   Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in java.library.path       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1249)   

Re: [JAVA3D] no J3D in java.library.path

2000-01-31 Thread Gupta, Vineet TEC
Andrei,       Please make sure that j3d.dll path is referenced in path.       Thanks     Vineet Gupta -Original Message-From: Andrei Karii [mailto:[EMAIL PROTECTED]]Sent: Sunday, January 30, 2000 5:07 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] no J3D in java.library.path

Re: [JAVA3D] no J3D in java.library.path

2000-01-31 Thread Vladimir Olenin
Ahh, not a good idea actually. Much better to delete/rename java.exe and javaw.exe that are in Windows/System or WinNT/System32 directory, put no CLASSPATH in autoexec.bat, but the PATH to the instance of JVM u want to run (to the file JRE/BIN/java(w).exe), copy all jars from JRE/LIB/ext directory

Re: [JAVA3D] no J3D in java.library.path

2000-01-30 Thread Racz Istvan pm1
Hi, Try to copy the j3D.dll into a directory where other dll files are. For. ex. the Windows\System directory. I hope it will help You. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the mess

[JAVA3D] no J3D in java.library.path

2000-01-30 Thread Andrei Karii
When I try to run Vrml97Viewer I always get this error message:   Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in java.library.path       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1249)    at java.lang.Runtime.loadLibrary0(Runtime.java:470)   

Re: [JAVA3D] no J3D in java.library.path

1999-12-01 Thread Justin Couch
Guillaume Helle wrote: > i have a problem with examples of Java3D. I have this exception : > > D:\Java\Java3D\Astro3D>RUNME.windows.bat > D:\Java\Java3D\Astro3D\Astro3D>java -classpath > .;..\gargoyle.jar;..\ncsa.jar;D:\jdk1.2.2\jre\lib\ext\vecmath.jar;D:\jdk1.2. > 2jre\lib\ext\j3dutils.jar;D:\j

[JAVA3D] no J3D in java.library.path

1999-12-01 Thread Guillaume Helle
Hello, i have a problem with examples of Java3D. I have this exception : D:\Java\Java3D\Astro3D>RUNME.windows.bat D:\Java\Java3D\Astro3D>cd Astro3D D:\Java\Java3D\Astro3D\Astro3D>java -classpath .;..\gargoyle.jar;..\ncsa.jar;D:\jdk1.2.2\jre\lib\ext\vecmath.jar;D:\jdk1.2. 2jre\lib\ext\j3dutils.