The showcased statement is incorrect on this jetbrains blog post on Java 24
It should be
- import java.base.*;
+ import module java.base;
The showcased statement is incorrect on this jetbrains blog post on Java 24
It should be
- import java.base.*;
+ import module java.base;
Hi Brice - Thanks for your comment. Apologies for the typo and the overlook :(. I’ll update it soon.
No problem, the right statement is is in the text above. Typo happens
Updated it on the blog post :). Thanks again, Brice. Appreciate your time.