build 系统

Java.sublime-build

{
    "cmd": ["javac $file_name && java $file_base_name"], 
    "working_dir": "${project_path:${folder}}", 
    "selector": "source.java",
    "shell": true,
    "encoding":"utf-8" 
}

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-08-23
  • 2022-12-23
  • 2021-08-25
  • 2021-11-21
  • 2021-09-14
  • 2022-12-23
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2021-12-28
  • 2022-01-08
  • 2021-04-17
  • 2021-07-14
相关资源
相似解决方案