Compiling and Running Java Code in Sublime Text 2

前端 未结 19 2815
执念已碎
执念已碎 2020-11-28 01:20

I am trying to compile and run Java code in Sublime Text 2. Don\'t just tell me to do it manually in the Command Prompt. Can anyone tell me how?

Btw, I am on Windows

19条回答
  •  忘掉有多难
    2020-11-28 02:07

    Alex Yao's Answer is the simplest solution, if you just want to build and run Java program w/o taking any input from the console use the solution provided by Alex Yao. However if you would like to take input from the console then refer to the following link

    Java console input in Sublime Text 2?

提交回复
热议问题