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

Summary: Remove FX-enabled Java Platforms
Product: javafx Reporter: Petr Somol <psomol>
Component: PlatformAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal CC: tzezula
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=236120
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 230521, 229705    

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