Compile and Run Java in Sublime text 3 Just Add This Simple Command

preview_player
Показать описание
Hey there,
Welcome to the channel this is the code block I used just copy paste this in the new build system and you're all set.
Like the video and subscribe the channel and comment down if you face any errors!

Java Tutorial series on its way!!

Happy coding

// Code Block I used in the video

{
"cmd": ["javac", "$file_name","&&","java", "$file_base_name"],
"file_regex": "^(...?):([0-9]):?([0-9]*)",
"shell": true
}
Рекомендации по теме
visit shbcf.ru