I am trying to export a JavaFX 2 application using IntelliJ 13.1.2 on Windows 8 x64. This is my setup:

But when I create an artifact, I get an error message, this is the log:
Info: compilation completed with 1 error and 0 warnings in 7 seconds
Information: 1 error
Information: 0 warnings
Error: Java FX Packager: D: \ Dropbox \ Development \ MultiWork-PC \ out \ artifacts \ MultiWork_PC (access denied)
I do not know if this is an error or, rather, some kind of Windows resolution issue. All files are copied to the output folder of Artifact:

Except the application itself! What I tried:
- Running IntelliJ as an Administrator
- Change folder permissions so that everyone can write / change it
- Change folder location from D: \, to C: \, desktop and documents, but still getting errors
NOTE. This does not happen if I use jar instead of a JavaFX application
source share