Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.24 KB

java_compiler(sublime-build) for sublime

Introduction

This is the sublime build use to compile the java in windows pc. This sublime build is made for sublime text 3 for compiling the java file in the sublime.

Pre-requirements:

  • java developement kit : click here!
  • set path variable of installed java

Tutorial on how to install and set path of java

tutorial link


How to setup JavaRun.sublime-build

  • download this zip file
  • extract zip file
  • copy the javaRun.sublime-build from downloaded repository
  • click on Preferences tab in menu in sublime text 3
  • click Browse packages ..
  • click User folder
  • paste the javaRun.sublime-build in that directory


How to use javaRun.sublime-build

  • open file with .java extension
  • click on Tools tab of menu
  • click on build system
  • choose the javaRun.sublime-build
  • use ctrl+b to compile and run the program