openjfx / samples

JavaFX samples to run with different options and build tools
BSD 3-Clause "New" or "Revised" License
578 stars 1.52k forks source link

Tried the modular Java sample in Netbeans but canot run or debug it #37

Closed xinyingho closed 4 years ago

xinyingho commented 4 years ago

I opened the project from samples-master\IDE\NetBeans\Modular\Java\ in Netbeans 11.1 with OpenJDK 13 and OpenJFX 13 on Windows 10. I can compile it and actually run it using the generated batch file HelloFX\dist\jlink\HelloFX\bin\HelloFX.bat but I cannot launch it from Netbeans itself. When I click on the run or debug buttons, nothing happens...

xinyingho commented 4 years ago

It actually looks like an issue with NetBeans 11 itself with any Ant modular projects... Opened https://issues.apache.org/jira/browse/NETBEANS-3235