资 源 简 介
Using current JDK installation (PATH must be configured to access javac.exe and java.exe), this BAT file compiles the source code of a single JAVA file and then run it. It was created to use with notepad++, using run option (F5) and filling the field "Program to run" with this:
C:somepathdosrunjava.bat "$(FULL_CURRENT_PATH)"
Also works from simple "cmd":
c:somepathdosrunjava SomeCode.java
The program is small, so this description is much larger than the code.