Cc'd to the J3D list as there may be others here that are effected by this:
sandyd wrote: > In Linux, it installs and the DOMViewer demo works fine :-) > I don't know how to get the DIYBrowser demo working because I don't know > what "c:/Program Files/UniversalMedia/" is. Sure. There's a readme there about how you modify the code to do work with your installation. Looks like Alan didn't read my instructions. He's been suitably bashed over the head for his transgressions :) The default should be set up with nothing so that GeoVRML and UMEL do not load from your local disk. That directory is for if you have GeoVRML installed. To get the code running, go to the examples/browser directory and edit DIYBrowser.java. At the top is a bunch of constants that define various file paths. If you don't have GeoVRML or UMEL installed, changed those to "null" and recompile. If you do have one or the other installed, then change those values to the directory path of where they are installed. In any case, check out the README for more info. > the SEX3D editor nearly works. it looks like whatever's meant to be in the > tabs at the top isn't appearing becaus it can't find some files that are > necessary. (see screenshot at http://www.sandyd.org.uk/3d/sex3d.jpeg ) Hmmm.. Have you got the CLASSPATH set to the Xj3D install directory? If not, then this will cause your problem as the code looks in the directory "images" that is relative to your classpath. Actually, we are surprised that it doesn't fail harder than this because it uses the same mechanism to pick up the X3D DTD. > It also has the following errors (which don't stop it from running) most of > which are obviosuly related to the tabs having nothing in them... > > [sandyd@cartman editor]$ java SEX3D box_demo.xml > No icon for: ExternProtoDeclare Yes. See above :) Can't find images > org.ietf.uri.UnsupportedServiceException: "earth-topo.png" > "earth-topo-small.gif" > "http is not supported K. Definitely some sort of setup issue here. We don't have a problem with our code, but two different people have this now so something is up. We'll have to dig into it more. -- 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".