hi Everyone in this video I am going to show you how to run Java in Sublime Text in mac os.I will also show an example of a code and run it too.
👉 To download sublime go to:https://www.sublimetext.com/
👉 To download jdk go to:https://aws.amazon.com/corretto/
👉 To create a new build system copy paste this:
{
"shell_cmd":"javac $file && java $file_base_name"
}