> From: Yi Zhuang <[EMAIL PROTECTED]>
> Subject: [JAVA3D] How to read VRML files generated by I-DEAS?

>
> When I read VRML file generated by I-DEAS using VRML97 Loader, the
> following erro message displayed:
> While I open the VRML file in Cosmos player, it displayed very well.
> Would someone tell me what happened?
> ------------------------------------------------
> Exception occurred during event dispatching:
> com.sun.j3d.loaders.ParsingErrorException
>         at
> com.sun.j3d.loaders.vrml97.VrmlLoader.doLoad(VrmlLoader.java:117)
>         at


The VRML parser is unable to handle some part of the VRML file.  Try commenting
out the try/catch code in VrmlLoader.java so that the exception from the loader
shows.  You should be able to get an error which lists the current line number
in the VRML file.  From there you should be able to edit the VRML file to see
what is at (or just before) the line where it is dying.  Send us some details
from that and perhaps we can figure out what is going on.

Doug Gehringer
Sun Microsystems

===========================================================================
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".

Reply via email to