I would recommend to use Maven so that the main class can be set in the POM:
https://openjfx.io/openjfx-docs/pom.xml https://www.youtube.com/watch?v=RCdBmPfzeyM Gj On Wed, Oct 31, 2018 at 3:34 PM Patrick Philips <[email protected]> wrote: > Hi everyone, > Could someone please let me know why a modular project > (Netbeans 9.0 release) MANIFEST.MF file is not populated with the > Main-Class entry point as it is in a non-modular project? and if this is > not a bug how should a jar be executed from the command line etc? is it now > required that the MANIFEST.MF is manually modified to include the entry > point? > > Thanks > Patrick. >
