I’m not sure if I’m just a newbie, or what, but I keep getting a “cannot resolve symbol” when I try and compile both my own program using the ASE loader as well as the demo.
cannot resolve symbol
symbol : method getNamedNodes ()
location: class com.xith3d.loaders.ase.AseFile
java.util.Hashtable views = af.getNamedNodes();
^
1 error
I’ve had success compiling and running several other xith3D programs and demos, so I think my environment is set up fine. I am importing the ASE loader package and i can instantiate AseFile and AseReader objects, and parse() works fine, but I get this error with the getNamedNodes() method.
I’m using the latest CVS xith3d.jar, and I checked the source and it looks fine. I even decompiled it to make sure the code was in there and it is. I also tried using an earlier Alpha xith3d.jar, but I get the same message.
Anyone know what I’m doing wrong or might be missing? BTW, the ASE demo runs just fine.
thanks.

