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 240506 - Choosing JDK 7 platform does not copy JavaFX RT jars to /dist/lib
Summary: Choosing JDK 7 platform does not copy JavaFX RT jars to /dist/lib
Status: RESOLVED DUPLICATE of bug 239388
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-15 16:24 UTC by MackSix
Modified: 2014-01-15 16:32 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 MackSix 2014-01-15 16:24:13 UTC
If I have NetBeans running on JDK 8 and choose a JDK 7 platform for a JavaFX project, it will compile but won't run unless I add the folder  \Java\jdk1.7.0_45\jre\lib to the libraries. Without this the required JavaFX jars are not copied to the dist/lib/ directory. 

If NetBeans is running on JDK 7, I don't have to do this.


Product Version: NetBeans IDE Dev (Build 201401150002)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b123
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Roman Svitanic 2014-01-15 16:32:11 UTC
jfxrt.jar should not be copied to dist/lib. But anyway, this is a duplicate.

*** This bug has been marked as a duplicate of bug 239388 ***