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?
我想在ST3上运行java文件。我已经阅读了ST2编译和运行Java代码的优秀指南,但在3d版本中,我无法找到这个配置文件。有人能帮我解决这个问题吗?
1 个解决方案
#1
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.
我建议使用https://github.com/skuroda/PackageResourceViewer。ST3中的插件可以直接从*运行。sublime-package文件(重命名为zip文件)。您可以找到包,提取它,并将文件放置在适当的位置以覆盖。我发布的插件简化了这个过程。
#1
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.
我建议使用https://github.com/skuroda/PackageResourceViewer。ST3中的插件可以直接从*运行。sublime-package文件(重命名为zip文件)。您可以找到包,提取它,并将文件放置在适当的位置以覆盖。我发布的插件简化了这个过程。