How to take User Input in Sublime | Java |

Опубликовано: 17 Март 2026
на канале: Peace Growba
3,430
15

** Points to Remember **
1 - Always set JAVA_HOME when preparing the development environment for Java.
2 - JAVA_HOME points to the installation directory of JDK.
3 - The PATH variable should contain an entry pointing to JAVA_HOME\bin.
4 - The environment can be set either via the GUI or command line prompt.


{
"cmd": ["javac $file && java $file_base_name"],
"shell": true,
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.java"
}

** Links to other Methods **
https://www.quora.com/How-can-I-run-a...
https://www.codejava.net/coding/how-t...

#sublimetext #programming #technology