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 236895 - Add javafx-src.zip to JDK8 platform
Summary: Add javafx-src.zip to JDK8 platform
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 18:26 UTC by _ gtzabari
Modified: 2014-02-19 02:46 UTC (History)
0 users

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 _ gtzabari 2013-10-08 18:26:36 UTC
According to https://javafx-jira.kenai.com/browse/RT-21415 JDK8 will contain javafx-src.zip which is useful for debugging and Javadoc. Please add this file to the JDK8 platform.
Comment 1 swpalmer 2014-02-06 01:31:01 UTC
Just noticed this myself on OS X
/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home
contains both:
src.zip
javafx-src.zip

but only src.zip is added automatically as a source zip.  Both should be.
Comment 2 swpalmer 2014-02-06 01:32:55 UTC
Marking this as a defect, since src.zip is automatically added and javafx-src.zip is not.  Since JavaFX classes are a standard part of the JDK are now included on the boot classpath and they should be included.
Comment 3 Tomas Zezula 2014-02-14 07:50:40 UTC
Fixed jet-main 97188da1df34.
To automatically add the jfx source into the platform the jfx modules has to be enabled. NB keeps jfx separated from j2se (it's activated on demand) as the JFX is not a part of J2SE.
Comment 4 Quality Engineering 2014-02-19 02:46:35 UTC
Integrated into 'main-silver', will be available in build *201402190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/97188da1df34
User: Tomas Zezula <tzezula@netbeans.org>
Log: #236895:Add javafx-src.zip to JDK8 platform