Skip to content

Instantly share code, notes, and snippets.

@2z2
Last active April 24, 2021 00:27
Show Gist options
  • Save 2z2/5689921 to your computer and use it in GitHub Desktop.
Save 2z2/5689921 to your computer and use it in GitHub Desktop.
sublime build java configuration
{
"cmd": ["javac", "$file_name", "&&", "java", "$file_base_name"],
"working_dir": "${project_path:${folder}}",
"selector": "source.java",
"shell": true,
"encoding":"gbk"
}
/*
{
"cmd": ["javac -J-Duser.country=US", "$file_name", "&&", "java", "$file_base_name"],
"working_dir": "${project_path:${folder}}",
"selector": "source.java",
"shell": true
}*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment