I want on write java programs on ubuntu. I have java on my windows OS and I write programs in Notepad++ and compile and run it in command prompt. I installed java on ubuntu. What should I use to write programs?
Thank you.
You can use emacs
, gedit
etc to write your java code and compile in terminal, if you wish to use IDE for java you can use eclipse
or netbeans
.
The list of editors is really very long. See What IDEs are available for Ubuntu? to know more.