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 23234 - error building java3d netbeans module
Summary: error building java3d netbeans module
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Java3D (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-07 21:33 UTC by Dan McCormick
Modified: 2002-07-19 15:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan McCormick 2002-05-07 21:33:20 UTC
java3d/J3dEditor_2.0/src/com/sun/j3d/demos/j3dedit/scenegrap
h/SGObject.java [323] non-static method getConfigLoader() 
cannot be referenced from a static context
        nodeExtraData = ConfigLoader.getConfigLoader
().getEditorManager().createSGObjectExtraData( j3dNode, 
data );
                                    ^
Comment 1 Paul Byrne 2002-05-07 21:46:06 UTC
Update file that did not get checked in when the static
getter in ConfigLoader was removed.