Skip to content

vaggdim/basic-java-compile-nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic java compiler with scanner support for atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 6.2%