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 133409

Summary: Run of project does not work
Product: javafx Reporter: Michal Skvor <misk>
Component: UnsupportedAssignee: Andrey Yamkovoy <kaktus>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Michal Skvor 2008-04-21 09:33:31 UTC
Create any best practices demo. Select Reprise platform and run. There is no output in output window and the application
is not shown. However the demo seems to be registered as running when you want to exit the IDE.
Comment 1 Andrey Yamkovoy 2008-04-21 13:43:23 UTC
Looks like runtime was changed and now there is some issue in it.
I see the following exception in the output while running project:
java.lang.NoSuchFieldError: IDENTITY
        at com.sun.scenario.scenegraph.SGText.setFont(SGText.java:260)
        at com.sun.scenario.scenegraph.JSGPanel$FPSData.<init>(JSGPanel.java:762)
        at com.sun.scenario.scenegraph.JSGPanel.setScene(JSGPanel.java:128)
        at javafx.gui.Canvas.createJComponent$impl(Canvas.fx:47)
        at javafx.gui.Canvas.createJComponent(Canvas.fx:19)
        at javafx.gui.Component.applyDefaults$jComponent(Component.fx:22)
        at javafx.gui.Canvas.applyDefaults$jComponent(Canvas.fx:19)
        at javafx.gui.Canvas.initialize$(Canvas.fx:19)
        at color.ColorWheel.javafx$run$(ColorWheel.fx:71)
Comment 2 Andrey Yamkovoy 2008-04-23 09:55:48 UTC
The reason of this issue is restrictions of SDK. SDK is working only on top of JDK 1.6.
So, you need both set SDK platform for the JavaFX Application based on JDK 1.6 and run netbeans with JDK 1.6.
Comment 3 Alexandr Scherbatiy 2008-04-28 11:53:06 UTC
verified
Comment 4 David Strupl 2011-10-19 12:02:56 UTC
Cleaning bugzilla categories ....