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 199313

Summary: Create API to allow bind JFX runtime with JDK runtime in JavaPlatform
Product: java Reporter: Tomas Zezula <tzezula>
Component: PlatformAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: manowar
Priority: P3 Keywords: API, PLAN, UI
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 199269    

Description Tomas Zezula 2011-06-09 15:05:17 UTC
Proposed solution:
The JavaSe platform will provide a friend API to JFX support which will use this API to inject a customizer tab into J2SEPlatform customizer.

The JFX support will define property
platform.${platform_name}.jfxruntime
which points to JFX runtime (classpath) for each JFX enabled platform. The property should be stored in the build.properties.

The JFX template of J2SEProject will add the property to endorsed cp.
Comment 1 Tomas Zezula 2011-07-15 08:13:16 UTC
Fixed jet-main dd26c65c4e0b
Comment 2 Quality Engineering 2011-07-19 13:56:11 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/dd26c65c4e0b
User: Tomas Zezula <tzezula@netbeans.org>
Log: #199313:Create API to allow bind JFX runtime with JDK runtime in JavaPlatform