Builds

Javatar use its own Build System which based on default Sublime Text‘s JavaC build settings. Building classes in Javatar can be done in several ways...

Project

Building project will let Javatar build all Java files in your project.

Package

Building package will let Javatar build all Java files in current packages based on current file.

Working

Working is short for working Java files. This will let Javatar build all Java files currently open in current window.

Current Class

Building current class will let Javatar build, obviously, current Java file in current view.