#Hello! Just started java and I cant even print out a text?
15 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @lusty pier! 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.
well, first off you don't have a closing quote
second, seems like you need to put it in a package
Right, I'll add the quote thanks, How do i put it in a package? The guide im following didn't explain this
don't remember exactly, sorry. there might be an option within the ide
Okay, hopefully someone else will see this, Weird that I cannot even get it to start a print
How would i go about that? I'm completely new to this
Right click and delete
That made it work, thank you. What was that thing?
Module-info specifies functionality of the module and requires each class file to belong to a package. I don't know the specifics but deleting the file releases some of those packaging requirements
Great, thank you<3