Showing posts with label java3d. Show all posts
Showing posts with label java3d. Show all posts

Wednesday, May 26, 2010

Eclipse configuration issue with Java 3D

While working with Java 3D API, I found the latest version of Eclipse needs a change to the configuration regarding restricted API in order to avoid errors being reported by Eclipse.
The reported error would be
Access restriction: The type ** is not accessible due to restriction on required library j3dutils.jar

The configuration change is described in http://blog.js-development.com/2008/11/type-x-is-not-accessible-due-to.html .