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 194145 - NoClassDefFoundError: Could not initialize class org.netbeans.api.javafx.composer.model.base.TreeItemValue
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.api.javafx.comp...
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: David Kaspar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-08 20:15 UTC by macnaked
Modified: 2011-05-16 13:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172068


Attachments
stacktrace (3.54 KB, text/plain)
2011-01-08 20:15 UTC, macnaked
Details

Note You need to log in before you can comment on or make changes to this bug.
Description macnaked 2011-01-08 20:15:54 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
macnaked: 1. File - New Project - JavaFx Desktop Business Application
2. Choose TreeView in Palette and throw it to the scene

That's it!




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.api.javafx.composer.model.base.TreeItemValue
   at org.netbeans.api.javafx.composer.components.control.experimental.TreeViewModel.init(TreeViewModel.java:88)
   at org.netbeans.api.javafx.composer.model.factory.ModelObjectFeatureFactory.createNewInstance(ModelObjectFeatureFactory.java:154)
   at org.netbeans.api.javafx.composer.model.factory.ModelObjectFeatureFactory.createNewInstanceInContainerFeature(ModelObjectFeatureFactory.java:81)
   at org.netbeans.api.javafx.composer.model.factory.ModelObjectFactory$1.run(ModelObjectFactory.java:103)
   at org.netbeans.api.javafx.composer.kernel.ModelManager$4.run(ModelManager.java:271)
   at org.openide.util.Mutex.writeAccess(Mutex.java:472)
Comment 1 macnaked 2011-01-08 20:15:59 UTC
Created attachment 104814 [details]
stacktrace
Comment 2 David Strupl 2011-05-16 13:54:11 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.