basic-java-compile-nix
Run java files that work with the scanner in a command prompt
badwolfgr 1,775 1 0.2.2 MIT GitHub

Basic Java Compile

This package provides a simple shortcut to compile and execute standalone java files. Unlike other packages that support java file execution, the goal of this package is to support standard I/O with the scanner.

Setup

  • Install the package
  • Set JAVA_HOME in your environment variables
  • Start running projects using the context menus or keybinds

Keybinds

  • Ctrl-Alt-R : Run java file
  • Ctrl-Alt-X : Stop
  • Ctrl-Alt-S : Show console
  • Ctrl-Alt-M : Hide console

Settings

  • Java Path: Set your java path here if it is not in JAVA_HOME
  • Debug: Toggle to provide information about the file on compile
  • Text Size: The font size in the panel
  • Panel Height: The height of the panel

If JAVA_HOME is not set you will need to set it in settings