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

Summary: Choosing JDK 7 platform does not copy JavaFX RT jars to /dist/lib
Product: javafx Reporter: MackSix
Component: DeploymentAssignee: Roman Svitanic <rsvitanic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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