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 240487 - Cannot update JavaFX
Summary: Cannot update JavaFX
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 240190 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-15 11:20 UTC by Peter Nabbefeld
Modified: 2014-01-18 04:52 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2014-01-15 11:20:32 UTC
when I try to update the Embedded JavaFX Browser, I'*m always getting this message:

Some plugins require JDK
    Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.  To use these plugins, start IDE with the --jdkhome command line option set to the location of a JDK installation. See http://wiki.netbeans.org/FaqRunningOnJre for more information.
The following plugin is affected:
    JavaFX wrapper

Running daily build on Linux with full JDK 1.7.0_45 in /opt/jdk1.7.0_45 (which is also the default Java platform, of course).
Comment 1 Jaroslav Tulach 2014-01-16 07:32:04 UTC
This may be related to libs.javafx, but I have to admit I am not sure how. CCing Standa.
Comment 2 Jiri Rechtacek 2014-01-16 07:46:59 UTC
*** Bug 240190 has been marked as a duplicate of this bug. ***
Comment 3 Jiri Rechtacek 2014-01-16 07:50:35 UTC
I hope we can debug it and we would see what happens differently than expected.
Comment 4 Peter Nabbefeld 2014-01-17 07:15:58 UTC
I've noticed, the JDK platform is defined using paths to private JRE - probably this is misleading to the JRE/JDK detection mechanism?

However, platform definition is the same with earlier NB versions (at least for NB 7.3), so this should not be a problem of NB IDE, but only of the JavaFX Wrapper.
Comment 5 Jiri Rechtacek 2014-01-17 09:10:40 UTC
http://hg.netbeans.org/core-main/rev/ab0667fef0ca
Comment 6 Quality Engineering 2014-01-18 04:52:02 UTC
Integrated into 'main-silver', will be available in build *201401180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e8469159528b
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #240487 - Cannot update JavaFX