When you invoke javac on the .java file, add the -verbose switch.  It will
show you which directory the runtime engine (rt.jar) is running from.  If
this is a directory other than where you told the 3D engine to look for the
JRE, I would be suspect.  I had this error also, and had to modify  some
registry keys (BLAH!) to assist NT in pulling it's head out of the sand.

Hope this helps.
-ty

----- Original Message -----
From: peter <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 03, 2000 1:58 PM
Subject: Re: [JAVA3D] UnsatisfiedLinkError - Anybody?


> Hi folk,
> well so far I've learned that MasterControl is private class
> but that doesn't help me much since I cannot run even one
> j3d program ...and I've checked java3d.dll in /bin directories
> (been there all the time) ...any more suggestion what might
> be causing to throw this exception???
>
> Peter
>
> Kelvin Chung wrote:
>
> > Hi Rob,
> >
> >    Yes, MasterControl is an private class specific
> > to current implementation.
> >
> > - Kelvin
> > ------------
> > Java 3D team
> > Sun Microsystems Inc.
> >
> > >Date: Thu, 03 Aug 2000 09:46:13 +0100
> > >From: Rob Nugent <[EMAIL PROTECTED]>
> > >MIME-Version: 1.0
> > >To: Kelvin Chung <[EMAIL PROTECTED]>
> > >CC: [EMAIL PROTECTED]
> > >Subject: Re: [JAVA3D] UnsatisfiedLinkError - Anybody?
> > >Content-Transfer-Encoding: 7bit
> > >
> > >OK - I'm puzzled:
> > >
> > >'javax.media.j3d.MasterControl.getNumberOfProcessor'
> > >
> > >javax.media.MasterControl doesn't seem to be documented.
> > >
> > >e.g. see:
> > >
> >
>http://java.sun.com/products/java-media/3D/forDevelopers/J3D_1_2_API/j3dapi
/ind
> > ex.html
> > >
> > >Is this an internal class ? getNumberOfProcessor sounds quite useful.
> > >
> > >Thanks
> > >Rob
> > >
> > >Kelvin Chung wrote:
> > >
> > >> Hi,
> > >>
> > >>    getNumberOfProcessor() is a native call in J3D.dll, please
> > >> make sure that the PATH is pointing to the right java3d version.
> > >> (1) check if j3d.dll is locate under c:\jdk1.3\jre\bin
> > >>     if c:\jdk1.3\ is the installation directory.
> > >> (2) check if there is any other jdk version in your PATH
> > >>     before c:\jdk1.3, you can specific the full path
> > >>     c:\jdk1.3\bin\java instead of java to make sure.
> > >>
> > >> - Kelvin
> > >> -------------
> > >> Java 3D Team
> > >> Sun Microsystems Inc.
> > >>
> > >> >X-Accept-Language: en
> > >> >MIME-Version: 1.0
> > >> >Date: Wed, 2 Aug 2000 16:29:12 -0400
> > >> >From: peter <[EMAIL PROTECTED]>
> > >> >Subject: [JAVA3D] UnsatisfiedLinkError - Anybody?
> > >> >Comments: To: "[EMAIL PROTECTED]"
> > >> <[EMAIL PROTECTED]>
> > >> >To: [EMAIL PROTECTED]
> > >> >
> > >> >Hi,
> > >> >i've been working with j3d for months now and all of the sudden
> > >> >i got this error after simple restart ....never seen anything like
this
> > >> >before ..if someone can help me to shed some light on this one
> > >> >i'll be greafull
> > >> >my pc: 733P3   256M
> > >> >            NT4.0 SP5
> > >> >using jdk 1.3.0  and  java3d-1_2-win-opengl_sdk
> > >> >
> > >> >thanks
> > >> >Peter.
> > >> >
> > >> >Exception in thread "main" java.lang.UnsatisfiedLinkError:
> > >> >getNumberOfProcessor
> > >> >        at javax.media.j3d.MasterControl.getNumberOfProcessor(Native
> > >> >Method)
> > >> >        at
javax.media.j3d.MasterControl.<init>(MasterControl.java:524)
> > >> >        at
> > >> >javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:550)
> > >> >        at SplineAnim.createCanvasPanel(SplineAnim.java:212)
> > >> >        at SplineAnim.<init>(SplineAnim.java:125)
> > >> >        at SplineAnim.main(SplineAnim.java:584)
> > >> >
> > >>
> > >>
===========================================================================
> > >> 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".
> > >
> > >--
> > >
> > >
> > >Rob Nugent
> > >Development Manager
> > >PeerLogic
> > >[EMAIL PROTECTED]
> > >http://www.peerlogic.com
> > >Tel: +44 (0) 1489 585503
> > >Fax: +44 (0) 1489 881363
> > >
> > >
> >
> >
===========================================================================
> > 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