Hi Jayasree,

See attachment, the customer reply it works after that.
Note that OpenGL version of Java3D will not work well
under this legacy graphics card.

- Kelvin
--------------
Java 3D Team
Sun Microsystems Inc.

>Date: Wed, 22 May 2002 05:32:59 +0000
>From: Jayasree Tangirala <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Not able to run j3d
>X-Originating-IP: [172.164.53.250]
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>Delivered-to: [EMAIL PROTECTED]
>Comments: To: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 22 May 2002 05:33:00.0036 (UTC) FILETIME=[22AACC40:01C20152]
>
>How do I check for Video card drivers. The System /Display Adapters shows
>SiS 530 under control Panel and Ess-SOLO -1 DOS Emulation under Sound Video
>& Game controllers.
>
>
>
>From: Brad Christiansen <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [JAVA3D] Not able to run j3d
>Date: Wed, 22 May 2002 12:46:12 +0800
>
>Hi,
>
>Do you have the latest drivers for you video card installed?
>
>Cheers,
>
>Brad
>
>Jayasree Tangirala wrote:
> >
> > Hi,
> > I have successfully compiled but am unable to run the j3d programs. The
> > error message says:
> >
> > Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program
> > Files\Java
> > Soft\JRE\1.3.1\bin\J3D.dll: A device attached to the system is not
> > functioning
> >         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> >         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
> >         at java.lang.ClassLoader.loadLibrary(Unknown Source)
> >         at java.lang.Runtime.loadLibrary0(Unknown Source)
> >         at java.lang.System.loadLibrary(Unknown Source)
> >         at javax.media.j3d.MasterControl$12.run(MasterControl.java:693)
> >         at java.security.AccessController.doPrivileged(Native Method)
> >         at
> > javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:690)
> >         at
> > javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)
> >         at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:2733)
> >         at SimpleWorld.<init>(SimpleWorld.java:10)
> >         at SimpleWorld.main(SimpleWorld.java:106)
> >
> > This is on Windows'98.
> > Thanks
> > J
> >
> > _________________________________________________________________
> > MSN Photos is the easiest way to share and print your photos:
> > http://photos.msn.com/support/worldwide.aspx
> >
> >
>===========================================================================
> > 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".
>
>
>----------------------------------------------------------------------------
>This Email may contain confidential and/or privileged information and is
>intended solely for the addressee(s) named. If you have received this
>information in error, or are advised that you have been posted this Email by
>accident, please notify the sender by return Email, do not redistribute it,
>delete the Email and keep no copies.
>----------------------------------------------------------------------------
>
>===========================================================================
>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".
>
>
>
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
>
>===========================================================================
>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".
--- Begin Message ---
Hi,

   Try the following,
   
(1) Download the latest S3 driver
      http://www.s3graphics.com/
      
(2) Use Java3D v1.3 beta2 DirectX version
    http://developer.java.sun.com/developer/earlyAccess/java3D/

(3) Install DirectX 8.1
    http://www.microsoft.com/windows/directx/downloads/default.asp

(4) Switch your display mode to 16/32 bit mode 
    (don't use 24 bit mode)

I test a similar machine with S3 integrated chip
in the motherboard at home and it works fine.

- Kelvin
-------------
Java 3D Team
Sun Microsystems Inc.      

>Date: Fri, 03 May 2002 20:20:07 +0200
>From: hterrolle <[EMAIL PROTECTED]>
>Subject: Bug
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3110.3
>X-Priority: 3
>X-MSMail-priority: Normal
>
>Hi,
>
>I got a problem using J3D on my old server. Thank you if you can help me to 
find out where come from the problem. This only appears using J3D on thios 
machine. My client got a new display card and everything work fine.
>
>Machine Type:
>        Pentuim(r) 133 mgzh 
>        32 mega RAM
>        Graphic Card S3 Trio64V + PCI(765)
>
>JAVA Soft installed
>        JDK 1.4
>        JRE 1.4
>        J3D 1.2.1
>        PLUGIN 1.4
>
>Bug Report 
> 
>a device does not work correctly
>
>java.lang.UnsatisfiedLinkError: C:\Program Files\Java\j2re1.4.0\bin\J3D.dll: Un 
périphérique attaché au système ne fonctionne pas correctement
>    at java.lang.ClassLoader$NativeLibrary.load(Native Method)  
>    at java.lang.ClassLoader.loadLibrary0(Unknown Source)  
>    at java.lang.ClassLoader.loadLibrary(Unknown Source)  
>    at java.lang.Runtime.loadLibrary0(Unknown Source)  
>    at java.lang.System.loadLibrary(Unknown Source)  
>    at javax.media.j3d.MasterControl$12.run(MasterControl.java:693)  
>    at java.security.AccessController.doPrivileged(Native Method)  
>    at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:690)  
>    at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)  
>    at HelloUniverse.init(HelloUniverse.java:94)  
>    at sun.applet.AppletPanel.run(Unknown Source)  
>    at java.lang.Thread.run(Unknown Source) 
>


--- End Message ---

Reply via email to