Re: JEP 477

2024-07-30 Thread Michael Bien
I don't think the third preview was implemented, but the second preview worked already in NB 22 (no default imports and no module imports). -mbien On 30.07.24 18:10, Kenneth Fogel wrote: I downloaded and compiled the most recent NetBeans 23 build and am using an early access JDK 23. I wish to

JEP 477

2024-07-30 Thread Kenneth Fogel
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