You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"name":"Setup sublime text 3 to run Java directly","tagline":"","body":"Add a new file `JavaC.sublime-build` to `{sublime config}\\Packages\\User\\` with the following content:\r\n```\r\n{\r\n\t\"shell_cmd\": \"javac \\\"$file\\\" && java -cp \\\"$file_path\\\" \\\"$file_base_name\\\"\",\r\n\t\"file_regex\": \"^(...*?):([0-9]*):?([0-9]*)\",\r\n\t\"selector\": \"source.java\"\r\n}\r\n```","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}