Re: [NetBeans 9 Java: No Main-Class generated for MANIFEST.MF in modular project]

2018-10-31 Thread Geertjan Wielenga
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 wrote: > Hi everyone, > Could someone please let me know why

[NetBeans 9 Java: No Main-Class generated for MANIFEST.MF in modular project]

2018-10-31 Thread Patrick Philips
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 i