0
Hey guys, i am a beginner and i wanna know which application can I execute java code in windows
5 Answers
+ 6
Yes. Just download and install the Java SE Development Kit (JDK).
+ 5
Use Notepad++ to write and save your code
Then open command prompt and go to the directory where you saved the java program (JavaProgramName.java)
Type 'javac JavaProgramName.java' and press enter to compile your code.
Now, type ' java JavaProgramName ' to run your program.
You will see the result printed on the CP window
+ 2
You can use next IDE
Net Beans
Intelli J Idea
Eclipse
+ 2
You can try. VS 2017 or higher. I don't try, but i know, that it has some instruments for this.
0
Can i use Visual Studio for Java, like for C# guys?