+ 2
How can i execute a java file from cmd on Windows?
help me out
3 Respuestas
+ 2
You must execute:
> java <filename.class> [arguments]
The folder where the java.exe program is located should be added to the PATH system variable, in order to run the program from anywhere.
- 1
https://code.sololearn.com/cq0F1rXcpN1G/?ref=app