Where should java program made in notepad++ be saved | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where should java program made in notepad++ be saved

Pls. give file path

30th Jan 2018, 7:17 AM
PARMJIT SINGH
PARMJIT SINGH - avatar
1 Answer
+ 1
I recommend using an IDE like IntelliJ Idea, but if you want to use notepad, you have to compile your program first ("javac Program.java") and then run it ("java Program"). You can save it wherever you want, but make sure, that you have the JDK installed.
30th Jan 2018, 8:34 AM
Moritz Vogel
Moritz Vogel - avatar