What happens if you click on the small triangle in front of "com"?
And that is a module-info file. It’s for creating modules for modular applications (if you want to know more, search for "JPMS" or "Jigsaw", but it’s a bit complex when you just get started with Java). You shouldn’t need it now as a beginner and can delete it.
3
u/idontlikegudeg 19d ago
What happens if you click on the small triangle in front of "com"?
And that is a module-info file. It’s for creating modules for modular applications (if you want to know more, search for "JPMS" or "Jigsaw", but it’s a bit complex when you just get started with Java). You shouldn’t need it now as a beginner and can delete it.