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?
            Asked
            
        
        
            Active
            
        
            Viewed 4,492 times
        
    1 Answers
5
            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.
 
    
    
        skuroda
        
- 19,514
- 4
- 50
- 34
- 
                    I manually cloned the repository in the location provided by the manual, but I have no idea what to do next in order to run the java programs. I was able to compile java inside Sublime (don't know how to run it inside sublime ) I am using Sublime text 3, Can you please explain the rest of the process – Md Faisal Dec 04 '16 at 09:15
- 
                    @Md Faisal I'm not super familiar with how ST3 actually handles builds. You may want to try asking on the Sublime text forums https://forum.sublimetext.com – skuroda Dec 04 '16 at 17:21
- 
                    1@ skuroda thank you for suggestion however I finally found out how to run Java inside Sublime and for people like me out there here is the link for the same:- https://www.youtube.com/watch?v=hXDdhRH7J84 – Md Faisal Dec 05 '16 at 16:19
 
    