This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 194003 - org.web3d.x3d.sai.NotSupportedException at org.web3d.x3d.sai.BrowserFactory.createX3DComponent
Summary: org.web3d.x3d.sai.NotSupportedException at org.web3d.x3d.sai.BrowserFactory.c...
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Yulia Novozhilova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-04 07:03 UTC by rosit
Modified: 2011-01-13 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 142419


Attachments
stacktrace (2.75 KB, text/plain)
2011-01-04 07:03 UTC, rosit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rosit 2011-01-04 07:03:30 UTC
Build: X3D-Edit 3.2 200805300101
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
GUEST: starting

GUEST: my java was in error




Stacktrace: 
org.web3d.x3d.sai.NotSupportedException
   at org.web3d.x3d.sai.BrowserFactory.createX3DComponent(BrowserFactory.java:0)
   at org.web3d.x3d.xj3d.Xj3dViewerPanel.initialize(Xj3dViewerPanel.java:126)
   at org.web3d.x3d.xj3d.Xj3dViewerTopComponent.<init>(Xj3dViewerTopComponent.java:79)
   at org.web3d.x3d.xj3d.Xj3dViewerTopComponent.getDefault(Xj3dViewerTopComponent.java:91)
   at org.web3d.x3d.xj3d.Xj3dViewerTopComponent$ResolvableHelper.readResolve(Xj3dViewerTopComponent.java:270)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
Comment 1 rosit 2011-01-04 07:03:35 UTC
Created attachment 104689 [details]
stacktrace
Comment 2 Yulia Novozhilova 2011-01-13 13:58:18 UTC
The exception happens in X3D-Edit 3.2 tool which is written in Java using the Netbeans  platform. It looks like classpath is not configured correctly (not all needed xj3d jar files are included: http://www.xj3d.org/tutorials/xj3d_application.html). So closing as not a bug.