Justin Couch wrote:
> Another one is pushed out the door.
I downloaded the binaries and the examples of 15 Sept dev release.
I put all the jars from lib and jar dir into the ext dir of a jdk 1.4.1
with j3d 1.3.0
When trying to compile DIYBrowser.java I get some errors.
Does the examples not work with the release?
Anybody seen this:
F:\examples\browser>javac.exe DIYBrowser.java
DIYBrowser.java:192: cannot resolve symbol
symbol : variable JAVA3D_RENDERER
location: interface org.web3d.browser.BrowserCore
worldLoader.registerBuilderFactory(BrowserCore.JAVA3D_RENDERER,
^
DIYBrowser.java:194: cannot resolve symbol
symbol : variable JAVA3D_RENDERER
location: interface org.web3d.browser.BrowserCore
worldLoader.registerParserFactory(BrowserCore.JAVA3D_RENDERER,
^
DIYBrowser.java:217: cannot resolve symbol
symbol : constructor VRML97ScriptEngine
(org.web3d.vrml.renderer.j3d.browser.VR
MLUniverse,org.web3d.vrml.nodes.runtime.RouteManager,org.web3d.vrml.nodes.loader
.WorldLoaderManager)
location: class org.web3d.vrml.scripting.jsai.VRML97ScriptEngine
ScriptEngine jsai = new VRML97ScriptEngine(universe,
^
DIYBrowser.java:222: cannot resolve symbol
symbol : constructor ECMAScriptEngine
(org.web3d.vrml.renderer.j3d.browser.VRML
Universe,org.web3d.vrml.nodes.runtime.RouteManager,org.web3d.vrml.nodes.loader.W
orldLoaderManager)
location: class org.web3d.vrml.scripting.ecmascript.ECMAScriptEngine
ScriptEngine ecma = new ECMAScriptEngine(universe,
^
DIYBrowser.java:412: cannot resolve symbol
symbol : variable ViewpointNodeType
location: interface org.web3d.vrml.lang.TypeConstants
parsed_scene.getByPrimaryType(TypeConstants.ViewpointNodeType);
^
DIYBrowser.java:433: cannot resolve symbol
symbol : variable ProtoInstance
location: interface org.web3d.vrml.lang.TypeConstants
if(node.getPrimaryType() == TypeConstants.ProtoInstance)
^
6 errors
What am I doing wrong?
Regards
Nikolai
===========================================================================
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".