how to run java program in pc in note pad++ or notepad | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to run java program in pc in note pad++ or notepad

tell me if you can

1st Nov 2017, 5:38 PM
Farhan
Farhan - avatar
3 Answers
+ 2
You can write your code in it, but you can't "run" it inside of those things. However, feel free to write your .java code inside of it and then compile/execute Java as you normally would. Why not use something like Eclipse or NetBeans though? Both are free and very useful IDEs for programming in Java.
1st Nov 2017, 5:46 PM
AgentSmith
0
notepad++
1st Nov 2017, 5:44 PM
Roland Doctor
Roland Doctor - avatar
0
Hello, recently I have created "Java Plugin for Notepad++" that allows you to compile and run java in Notepad++. You can find more information here https://github.com/dominikcebula/npp-java-plugin
31st Dec 2021, 11:08 AM
Dominik