I have been away from Java stuff for quite sometime, need some help about basic stuff.
I have the following project structure :
There are no manifest files etc, its just a raw folder structure.
I wanted to know command to compile these java classes from root folder Data Structures - Java
and command to execute compiled classes.
I did try
javac -d build com.codesuman.datastructures.Main
This worked first time but failed in next attempt.
Thanks in advance.