I want to run a Java project from the command line which I start using a batch file, but I get the wrong name error.
The directory setup:
The following statement resolved my error:
java -cp bin; main.Main