#i set up my java project on intellij but i cant see any code this is all i see, please help

8 messages · Page 1 of 1 (latest)

quartz wharf
kindred badgeBOT
#

This post has been reserved for your question.

Hey @quartz wharf! 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.

pearl lark
#

Like, in Java code is to be written inside .java files that are meant to contain a class each.
So, you first need to create a file to write into. IntelliJ will typically create an empty class for you after you demand to create a class with a given name.
You should have a panel on the left that shows your project's file layout. Find the directory that's meant to contain Java source code, and create a class there.

pearl lark
#

As this project uses a gradle layout, you'll find java code in src/main/java

quartz wharf
#

Thank you

kindred badgeBOT
# quartz wharf Thank you

If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.