Hi !
Thanks to Rick, I solve my first problems with the source code, but
now I encountered new problems.
src\com\sun\j3d\loaders\vrml97\impl\ImplNode.java:43:
The method javax.media.j3d.Node getImplNode() declared in class
com.sun.j3d.loaders.vrml97.impl.ImplNode cannot override the
method of the same signature declared in class com.sun.j3d.lo
aders.vrml97.impl.BaseNode. The access modifier is made more
restrictive.
abstract javax.media.j3d.Node getImplNode();
^
After running JavaCC with Parser.jj I get the following error:
src\com\sun\j3d\loaders\vrml97\impl\VrmlTokenManager.java:56:
Interface com.sun.j3d.loaders.vrml97.impl.TokenManager of class
com.sun.j3d.loaders.vrml97.impl.VrmlTokenManager not found.
public class VrmlTokenManager implements ParserConstants,
TokenManager {
any idear's ?
Thanks Erik Pagel
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/