I have been searching for this and nothing has helped, I'm trying to run the main class but keep getting an error. I am running this
java -classpath .\target\classes com.discordbot.Updated_Discord_Bot.Utils.Main
My main file is located in MAIN_FOLDER\target\classes\com\discordbot\Updated_Discord_Bot/Utils/Main.class
I have tried multiple commands and got nothing.
I want to run the main class located in MAIN_FOLDER\target\classes\com\discordbot\Updated_Discord_Bot/Utils/Main.class
but keep getting this error, any help please?