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 202344

Summary: Provide more details for JavaFX Platform detection
Product: javafx Reporter: Anton Chechel <manowar>
Component: PlatformAssignee: Petr Somol <psomol>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 199283    

Description Anton Chechel 2011-09-20 08:36:17 UTC
It is unclear why platform is not FX-enabled.
Provide more detailed info whether:
- JavaFX SDK path is incorrect
- JavaFX Runtime path is incorrect
- JavaFX architecture (32b vs 64b) is not compatible with default platform
Comment 1 Anton Chechel 2011-11-10 14:11:07 UTC
Wizard for platform detection should be created.
Comment 2 Petr Somol 2013-05-29 13:15:47 UTC
This issue becomes irrelevant from NetBeans 7.4 onwards, as NB7.4 does not
allow arbitrary mixing of FX SDKs with JDKs; now only the FX distributed as
part of JDK is (implicitly) supported. Accordingly, there is no auto-detection, except of auto-detection inside current JDK distribution. This is made possible by the fact that FX is always distributed as part of JDK since JDK 7u6. For more info see Issue #229678.