Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 653
Nick Morozov Avatar asked Feb 01 '14 09:02

Nick Morozov


1 Answers

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.

like image 136
skuroda Avatar answered Oct 05 '22 02:10

skuroda