I am looking at ways to compile java files and I know you can compile Java files from the command line using javac Test.java
, but is there a way to pass this call to the command line?
Also is there a way to get the command line to compile .tar files in the same way... something like javac -tar Test.tar
(passing command from java file).. or what would be the best way to do this?
Sorry im not very good at cmd commands