0

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.

Sam
  • 66
  • 1
  • 6

2 Answers2

1

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.

sourav c.
  • 44,715
  • Thank you for the list. Which of those do you suggest for beginners? It should have good formatting like notepad++. http://encosia.com/blog/wp-content/uploads/2010/07/notepad++-js.png – Sam Dec 22 '13 at 01:51
1

Most people use Netbeans or Eclipse to write Java code.

comrademike
  • 784
  • 1
  • 9
  • 14