#Hello! Just started java and I cant even print out a text?

15 messages · Page 1 of 1 (latest)

open lakeBOT
#

This post has been reserved for your question.

Hey @lusty pier! Please use /close or the Close Post button 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.

warm prawn
#

well, first off you don't have a closing quote

#

second, seems like you need to put it in a package

lusty pier
#

Right, I'll add the quote thanks, How do i put it in a package? The guide im following didn't explain this

warm prawn
#

don't remember exactly, sorry. there might be an option within the ide

lusty pier
#

Okay, hopefully someone else will see this, Weird that I cannot even get it to start a print

quaint mist
#

Try deleting the mod info file

#

@lusty pier

lusty pier
quaint mist
#

Right click and delete

lusty pier
#

That made it work, thank you. What was that thing?

quaint mist
#

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

lusty pier
#

Great, thank you<3