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 - JavaFX SDK support
Summary: JavaFX SDK support
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Anton Chechel
URL:
Keywords: PLAN
Depends on: 199313
Blocks: 199283
  Show dependency tree
 
Reported: 2011-06-08 13:38 UTC by Anton Chechel
Modified: 2011-09-07 17:26 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.