Where I can find Javac.sublime-build file in Sublime Text 3 ? (Windows)

java, sublimetext3

Solution

I'd recommend using https://github.com/skuroda/PackageResourceViewer. Plugins in ST3 can be run directly from the `*.sublime-package` file (which are renamed zip files). You could find the package, extract it, and place the file in the proper location to override. The plugin I posted simplifies the process.

Problem

I want to run java files on ST3. I have read a good guide for the ST2 Compiling and Running Java Code in Sublime Text 2 But in 3d version i cant found this configure file. Is anybody can help me with this issue?

Original source

Related problems