Hi Erik,
These new problems also come from files which are included with the source but
are not supposed to be part of the compile. The Solaris Makefile deals with
these correctly, but I know that doesn't help you.
I suggest making a new directory called "extra" to hold these unused source
files:
ImplNode.java
VrmlTokenManager.java
VrmlTokenMgrError.java
VrmlCharStream.java
ImplNode.java really shouldn't be around anymore, it is no longer used.
The Vrml* files are used if you set up Parser.jj to use a custom token manager.
This speeds the parser up by about 15%, but it also make JavaCC spit out
hundreds of bogus warnings, we we don't have it on by default.
We'll try to clean up this source problems so that it is easier to compile VRML
under windows.
Doug Gehringer
Sun Microsystems
> From: [EMAIL PROTECTED]
>
> 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/
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/