+ 1
Where should java program made in notepad++ be saved
Pls. give file path
1 Odpowiedź
+ 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.