What happens when you use File | Open Project and browse to the root folder? Alternatively, create a new Java project in NetBeans and copy your code into the generated project template.
Gj On Tue, 29 Dec 2020 at 12:05, Clement Levallois <[email protected]> wrote: > 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 > -- > > >
