LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Java development environment - suggestions (https://www.linuxquestions.org/questions/linux-software-2/java-development-environment-suggestions-293892/)

dangerousdave 02-23-2005 10:56 AM

Java development environment - suggestions
 
Can anyone suggest to me a good program for developing java applications in linux? I use JCreator in windows, so anything with a similar interface/functionality would be excellent.

Cheers,

paco36 02-23-2005 11:30 AM

I use Eclipse (Eclipse.org) but it is a bit bulky and runs slow on slower systems. It supports various plug-ins and is a great environment. There is also BlueJ, it is small and lightweight. But I don't really think it is all that great of a development tool. It has very limited features.

You could also just use emacs and javac. That works great as well...

-paco

dastrike 02-23-2005 11:38 AM

NetBeans IDE

sms0611 04-02-2009 03:26 PM

Watch out for NetBeans I tried it on a Ubuntu(Hardy)/PowerPC combination and it didn't work.

I use Eclipse.

Su-Shee 04-03-2009 04:48 AM

Eclipse or "jedit".

Jedit is a very nice Java editor written in Java - a little less IDE-ish, a little more editor-like.

senthilmuthiah 04-03-2009 07:15 AM

I would bet on Eclipse. :)

sms0611 04-04-2009 03:05 AM

One word of advice if you are going to use eclipse with SWT.

Make sure the org.eclipse.swt that you download is the same version as the libswt installable via package manager.

In Ubuntu (Hardy) it's version 3.2 not the latest version.


All times are GMT -5. The time now is 01:08 AM.