Maybe someone here has an idea to help me with the following problem.
I have about 150 Java files to compile and run every week.
Now I wonder if there is a way to compile these java files automatically via a command script if they are in subfolders.
For example I have 3 names with the following folder structure:
User/Desktop/Tutorial/UE02/Student1/Task1/Program1.java
User/Desktop/Tutorial/UE02/Student2/Task1/Program1.java
User/Desktop/Tutorial/UE02/Student3/Task1/Program1.java
Does anyone here maybe have an idea how I can compile all programs automatically using a command command?
Would be infinitely grateful! :)