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 229678 - Remove FX-enabled Java Platforms
Summary: Remove FX-enabled Java Platforms
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks: 230521 229705
  Show dependency tree
 
Reported: 2013-05-13 19:20 UTC by Petr Somol
Modified: 2013-09-27 22:00 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 Petr Somol 2013-05-13 19:20:22 UTC
Till NB7.3 the FX Application project type required FX-enabled Java Platforms. FX-enabled Java Platform was a Java Platform with added support for keeping JavaFX RT artifacts on classpath + for adding JavaFX JavaDoc ans sources. FX-enabled platforms enable combining various FX SDK version with various JDKs, but at the cost of user convenience.

For NB7.4 it has been agreed to remove FX-enabled platforms entirely and to enable using standard Java Platforms for JavaFX projects. This is possible because from JDK 7u6 onwards JavaFX RT is distributed as part of JDK. After the change only the FX distributed with JDK will be usable with the particular JDK, but user experience will improve as the non-standard handling of FX-enabled platforms will not be necessary any more. Consequently, Default JavaFX Platform will be replaced by default Java Platform in FX Projects.
Comment 1 Petr Somol 2013-05-13 19:21:50 UTC
has been accomplished by a series of changesets, the last of which is
http://hg.netbeans.org/jet-main/rev/98957e08b191