Build SystemΒΆ

Javatar‘s build system use its internal shell to build your classes. Javatar build parameters are based on default Sublime Text‘s JavaC build settings. You can change the build command via Javatar settings file.

Javatar‘s build system support multi-threads building. By running multiple instance of build system to help build your class faster. You can set how many threads you want to run in Javatar‘s user preferences.

While building, Javatar will show building progress in Sublime Text‘s status bar. If it found any error, Javatar will show you a new view contains all errors and will keep on printing until building is complete. To cancel building in progress, just close an error logs view and Javatar will stop building your classes immediately.

Note

Building cannot be stopped if there is no error occurred.