Compiling manually via CMD
I'm doing a Java course where they are making me manually compile, however it seems to not be working. Have I done something wrong? Any way to fix this?
6 Replies
⌛
This post has been reserved for your question.
Hey @taun! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
no it did work
Main.class is the compiled version of your Main.java
you need to include the package in the
java
command
so you need to run java org.example.Main
in src/main/java
and NOT java Main
in org/example
yeah got it to work
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.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
Post Closed
This post has been closed by <@239353471285854208>.