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 199269

Summary: JavaFX SDK support
Product: javafx Reporter: Anton Chechel <manowar>
Component: PlatformAssignee: Anton Chechel <manowar>
Status: RESOLVED FIXED    
Severity: normal CC: dstrupl
Priority: P1 Keywords: PLAN
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:
Bug Depends on: 199313    
Bug Blocks: 199283    

Description Anton Chechel 2011-06-08 13:38:23 UTC
NetBeans should support JavaFX SDK.

Scenarios:
1. JDK6 + JavaFX SDK installed.
2. JDK7 will be shipped together with JavaFX SDK.

Requirements from JavaFX SDK team:
- NetBeans should include both 32 bit and 64 bit FX SDK libraries (rt.jar + DLLs)
- Selection of the FX Runtime should be automatic based on the Java Platform (32 vs 64)
- Bundled FX Runtime should have the same physical structure as the external FX SDK so that should be transparent for user to point to a newer (or older) FX SDK
- NetBeans should be able to detect installed FX SDK the same way as it done for JDK

UI customization negotiation - Jan Rojcek.
Java Platform API customization - Tomas Zezula.

Planned for 7.1 release.
Comment 1 Anton Chechel 2011-09-07 17:26:41 UTC
Basic support has been implemented.