I downloaded and compiled the most recent NetBeans 23 build and am using an early access JDK 23. I wish to run the classic JEP 477 example:
import module java.base; void main() { println("Moose"); } (I really do not like "Hello World!" but that's my problem.) I suspect that I have missed a place to add the -enable-preview and -source 23 so that it can run. Is this feature supported by NetBeans? Ken