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 - Provide more details for JavaFX Platform detection
Summary: Provide more details for JavaFX Platform detection
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks: 199283
  Show dependency tree
 
Reported: 2011-09-20 08:36 UTC by Anton Chechel
Modified: 2013-05-29 13:15 UTC (History)
0 users

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-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.