From Mac, it's not able to compile sample source code successfully in NB standard execution mode. (Have tried: DragAndDrop, AnalogClock, TransparentWidnow, etc.)
Here is the output from NetBeans IDE:
=======================================================================
private.check:
init:
deps-jar:
Warning: The signer certificate will expire within six months.
Warning: The signer certificate will expire within six months.
compile:
jar:
standard-run:
/System/Library/Frameworks/JavaFX.framework/Versions/Current/bin/javafx: line 1:
${application.args}: bad substitution
/System/Library/Frameworks/JavaFX.framework/Versions/Current/bin/javafx: line 1:
${application.args}: bad substitution
BUILD FAILED (total time: 8 seconds)
====================================
Here is the output from NetBeans IDE:
=======================================================================
private.check:
init:
deps-jar:
Warning: The signer certificate will expire within six months.
Warning: The signer certificate will expire within six months.
compile:
jar:
standard-run:
/System/Library/Frameworks/JavaFX.framework/Versions/Current/bin/javafx: line 1:
${application.args}: bad substitution
/System/Library/Frameworks/JavaFX.framework/Versions/Current/bin/javafx: line 1:
${application.args}: bad substitution
BUILD FAILED (total time: 8 seconds)
====================================