Just to verify that Kelvin's suggestion did solve the problem.

Thank you,

Panos.

----- Original Message -----

> >Hi all,
> >
> >I have compiled my app using Excelsior Jet 2.5 Personal.
> >
> >I'm using JSE 1.4 and J3D 1.3 b2.
> >
> >When I try to run it I get the frame ok but nothing is rendered on the
> >Canvas3D and the error is:
> >
> >Exception in thread "J3D-Renderer-1" java.lang.NoSuchFieldException:
> >textureHeightMax
> >
> >I have searched the bug-parade and found that this was a bug in previous
> >releases but it should be resolved in 1.3 b2
> >
> >
> >Does anyone know how to solve this problem?
> >
> >Cheers
> >
> >Panos
> >
> >PS:
> >This is actually the second time I get the exact same error; When I was
> >trying to run my app using TextPad's "Run Java Application"
> >the very same error occurred... I guess running the app from another
process
> >is generating the error?
> >
>
> This happen when the native library version J3D.dll didn't match
> the Java class file j3dcore.jar. It usually occurs when there
> are previous version of j3dcore.jar in your harddisk that
> Excelsior pick up to use but it pick up the newer j3d.dll.
>
> To resolve the issues, please search the harddisk for all instance
> of j3dcore.jar, j3dutils.jar, vecmath.jar, j3daudio.jar, j3d.dll,
> j3daudio.dll,  j3dutils.jar, remove them and reinstall
> Java3D v1.3 beta2.
>
> - Kelvin
> ----------------
> Java 3D Team
> Sun Microsystems Inc.

===========================================================================
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