This recipe has following commands:
- Run Current Java File
- Compile Current Java File
You can change implementation of function
run-command-recipes-java-p
which return t, when now recipe for
java
should work
Variables run-command-recipes-java-compile-file-command
and
run-command-recipes-java-run-file-command
define shell commands
which defined in recipe for jave
. You may change content of
variables if you want, for example use following code:
(setq run-command-recipes-java-compile-file-command "javac.exe {file-name}")