From: Kenneth B. R. <kbr...@al...> - 2002-01-12 19:09:36
|
Please send all questions to the usergroup list. > Do you use an IDE for Java, and if so which one? Historically > I've used emaces and the command line, but since I've used > Visual Studio from microsoft for the last couple of years I've > grown quite fond if the integrated debugger and class browser > and such. I've tried most of the free java IDE's that run on > linux but none of them feel very good. I personally currently use emacs and javac. Based on personal experience and others' recommendations I'd recommend first JBuilder and CodeGuide. I've also used Forte for Java and Visual Cafe in the past; VC had a fast Java compiler (written in C rather than Java, unfortunately) and a fairly good debugger. Forte for Java was not bad, but I had trouble figuring out how to run under the debugger in the early version I used. This has probably improved in recent versions. |