Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.15 KB

java.org

File metadata and controls

43 lines (34 loc) · 1.15 KB

run-command’s Recipe for JAVA

Table of Contents

Commands

This recipe has following commands:

  • Run Current Java File
  • Compile Current Java File

Customization

Detection

You can change implementation of function run-command-recipes-java-p which return t, when now recipe for java should work

Commands

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}")

(see documentation of standard library)