This tutorial video will help you to integrate Java in Sublime Text 3 Editor. Follow all the steps till end to successfully create Build-system for compiling and running Java Programs.
▂▃▅▆▇█ Resources used in this video █▇▆▅▃▂
Sublime Text 3 Download► https://www.sublimetext.com/3
Sublime Build-system ►https://www.sublimetext.com/docs/3/bu...
Download JDK► https://www.oracle.com/java/technolog...
▂▃▅▆▇█ JAVA format █▇▆▅▃▂
{
"cmd": ["javac", "$file_name", "&&", "java" ,"$file_base_name"],
"selector": "source.java",
"file_regex": "^\\s*File \"(...*?)\", line ([0-9]*)", "path" :
"C:\\Program Files\\Java\\jdk-14.0.2\\bin\\",
"shell":true
}
NOTE:Remember to change the path as per your system.
▂▃▅▆▇█ How to set environment variable for Java █▇▆▅▃▂
1.Click Start
2.Right click on ‘Computer’
3.On the left hand side select ‘Advanced System Settings’
4.Near the bottom click on ‘Environment Variables’
5.Scroll down on ‘System Variables’ until you find ‘PATH’ - click edit with this selected. 6.Add the path to your Java bin folder. Mine ends up looking like this ;C:\Program Files\Java\jdk-14.0.2\bin\
Environmental Setting►https://www.codejava.net/java-core/ho...
▂▃▅▆▇█ Java Programming course full video for Beginners █▇▆▅▃▂
Java Course Playlist►https://www.youtube.com/watch?v=A0gCg...
Thank you for watching. If you liked this video, please help us out by clicking the "thumbs up" or by leaving us some feedback in the comments section below. Also, please support us by subscribing to our channel so we can continue to provide you with Japanese language learning videos and tech videos.
Subscribe to Peace Growba Channel► https://www.youtube.com/channel/UCtf2...