Michael P. McCutcheon wrote:
I'm just clueless. I'm modeling my x3d load class after the browser loading code.
Therein lies your problem - it has nothing to do with the code. It is the CLASSPATH settings that you have wrong, not the code. Please fix your classpath as I've been suggesting over the last couple of emails and you won't need to modify any code.
which are "DTD/x3d-3.0.dtd". The code you list is in a different class and is not getting called by the above code.
Yes it is - it's the entity resover being called by the SAX APIs directly. They get called way before the other methods you've been describing. Your fixes are band-aids at best and not actually fixing the real issue, which is classpath related. -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== 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".