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 217942 - FX project doesn't run after a preloader is set to it
Summary: FX project doesn't run after a preloader is set to it
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-06 10:26 UTC by Stepan Zebra
Modified: 2013-09-27 21:56 UTC (History)
2 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 Stepan Zebra 2012-09-06 10:26:22 UTC
Product Version: NetBeans IDE 7.2 (Build 201207171143)
Java: 1.6.0_35; Java HotSpot(TM) Client VM 20.10-b01
System: Windows 7 version 6.1 running on x86; Cp1250; cs_CZ (nb)

After setting a preloader "from Project" to an FX Application, it fails to start in all modes except direct standalone execution from IDE. The problem seems to be that the preloader jar isn't copied into the dist folder in this setting.
Setting the preloader "from JAR" works fine - this option can be considered as a workaround.
Comment 1 Petr Somol 2012-11-06 15:50:03 UTC
works for me after the fix to Issue #216590. 
(http://hg.netbeans.org/jet-main/rev/a950e1c0c512)
This issue might have been just another manifestation of the same problem, which consisted in faulty updates to project dependencies on config change.