Tagged Questions
-1
votes
2answers
231 views
Have javac call automatically run java
I want to be able to call javac <class file name>, and then automatically run java on the compiled .class file.
I thought initially to use a x86 disassembler to hack it (javac.exe) but bumped ...