Hi,

At the moment I run my jigsaw / JPMS project from the command line:
java --module-path mods/core --module net.clementlevallois.certificateapp.core

This works fine but this prevents me from using NetBeans debugging capabilities 
(line by line debugging in particular). How can I come back to NetBeans for 
launching my modular projects? (without maven plugins, just the equivalent of 
the command line above: java --module-path etc). Thx!

Clement Levallois
--

Reply via email to