run a project in IntelliJ

0
As a Java developer I use Intellij instead of eclipse. I managed to import the eclipse project and configure the run configuration - added these jars to the classpath - run java application configuration :   But when I start "Run" inside Intellij it gives me this error.   When I run as debug it runs as expected and starts the application.
asked
1 answers
0

Hi Olivier,

Probably you have permission issues of your folder?

answered