Hey, I'm just getting started with java today and I downloaded eclipse and followed the instructions given in the Hello World tutorial. However, when running the program (after saving / compiling it ) I get the error shown in the screenshot. I tried to figure out what the problem is but couldn't find any issue in the code. Would appreciate any help on this.
#Getting started , compilation problems
11 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @lunar trail! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
delete module-info.java
oh, I guess that works, thank you, what even was that file for ?
it declares some information about your module
but it is an advanced feature which you should ignore if you're just getting started with java
ohh, okay
since you need to understand packages and all that stuff
alright
Thank you for helping, have a nice day !