Following samples:
AdvAreaAudioChartSample
AdvBarAudioChartSample
AudioVisualizerSample
generated from Ensemble and built&deployed with NetBeans fails to start in Applet and WebStart mode.
Cause seems to be the Background Update Check functionality, which is turned on in theirs generated nbproject/project.properties files (by property javafx.deploy.backgroundupdate=true). This is most likely intentional, because this functionality is currently globally enabled in NB, but since we are not aware of the root cause of it's problem, we recently disabled it in our copies of these three samples, which are bundled with NB distribution.
If possible, we suggest to Ensemble to generate NB project files for these samples with this functionality disabled as well (set javafx.deploy.backgroundupdate=false in theirs nbproject/project.properties) until the root cause is found and resolved.
AdvAreaAudioChartSample
AdvBarAudioChartSample
AudioVisualizerSample
generated from Ensemble and built&deployed with NetBeans fails to start in Applet and WebStart mode.
Cause seems to be the Background Update Check functionality, which is turned on in theirs generated nbproject/project.properties files (by property javafx.deploy.backgroundupdate=true). This is most likely intentional, because this functionality is currently globally enabled in NB, but since we are not aware of the root cause of it's problem, we recently disabled it in our copies of these three samples, which are bundled with NB distribution.
If possible, we suggest to Ensemble to generate NB project files for these samples with this functionality disabled as well (set javafx.deploy.backgroundupdate=false in theirs nbproject/project.properties) until the root cause is found and resolved.