0

Hey guys, i am a beginner and i wanna know which application can I execute java code in windows

17th Nov 2019, 5:00 PM
Premtim Salihu
Premtim Salihu - avatar
5 Answers
+ 6
Yes. Just download and install the Java SE Development Kit (JDK).
17th Nov 2019, 5:23 PM
SUPERFLY🩅
SUPERFLY🩅 - avatar
+ 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
17th Nov 2019, 5:08 PM
SUPERFLY🩅
SUPERFLY🩅 - avatar
+ 2
You can use next IDE Net Beans Intelli J Idea Eclipse
17th Nov 2019, 5:14 PM
id001x
id001x - avatar
+ 2
You can try. VS 2017 or higher. I don't try, but i know, that it has some instruments for this.
17th Nov 2019, 5:24 PM
id001x
id001x - avatar
0
Can i use Visual Studio for Java, like for C# guys?
17th Nov 2019, 5:20 PM
Premtim Salihu
Premtim Salihu - avatar