+ 3
How to compile more than one java file with one commamd?
I need to compile more than one java file with calling only one time javac(java compiler). How can I do this?
2 Respuestas
+ 3
thanks for your answers...
i have done...
i used javac A.java B.java C.java
🙏
+ 2
Have you tried javac file1.java file2.java