Hi all,
Im tring to load a vrml file with a URL adress:
VRML97Loader loader = new VRML97Loader();
loader.load(getCodeBase(),myVMLfile);
and it trows me the following error:
org.ietf.uri.UnsupportedServiceException: http is not supported
at org.ietf.uri.URL.getResource(URL.java:472)
at org.web3d.vrml.sav.InputSource.getCharacterStream
(InputSource.java:158)
at org.web3d.parser.GeneralisedReader.parse(GeneralisedReader.java:142)
at org.web3d.j3d.loaders.SequentialContentLoader.loadContent
(SequentialContentLoader.java:128)
at org.web3d.j3d.loaders.BaseLoader.load(BaseLoader.java:503)
at org.web3d.j3d.loaders.BaseLoader.load(BaseLoader.java:252)
Does anyonbe know you to solve this one.
Thanks
Serge Benrier
===========================================================================
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".