NotebookForums.com › Forums › General Notebook Discussions › Notebook Forums - General › Free Java Editor - Which one?
New Posts  All Forums:Forum Nav:

Free Java Editor - Which one?

post #1 of 12
Thread Starter 
Hi,

I am a web developer that usually codes in ASP or PHP. I just recently had the urge to get back into Java and was wondering if there's a free java editor that someone can recommend?

Thanks in advance,

grecinos
post #2 of 12
jcreator free if you just want a simple editor. I doubt that even sun folks use their netbeans product.
post #3 of 12
If you want speed then JCreator (executable is compiled under C++). The free version is almost the same as the paid except for one or two features. JEdit is also good (has quite a bit of plugins) but like most java IDEs it's built on top of Swing (thus somewhat slower than C binaries; yeah yeah, I know the arguments about java bytecode vs C code, but I still think C binaries are faster ). Eclipse is also good but it's not as fast as JCreator but much more flexible and has a huge development community.

P
post #4 of 12
I like Eclipse
post #5 of 12
Thread Starter 
Thanks for all your suggestions... I am trying JCreator now... So far so good.

post #6 of 12
Netbeans
post #7 of 12
I use BlueJ
post #8 of 12
Netbeans or Eclipse
post #9 of 12
A vote for eclipse too http://www.eclipse.org/
post #10 of 12
Eclipse is a fantastic IDE. I actually use it mainly for PHP, because that's what I do a lot of work with, but it has far more support for Java.
post #11 of 12
Personally, I have to say that Eclipse is the best IDE I have ever used for Java. I have also recently started using the CDT plugin to use it with C/C++ and it is fantastic. Heck, the Eclipse platform inspired me enough to start writing my own plugin.

Regards,

zakaluka2.
post #12 of 12
JCreator is what they make us use in school !

Simple and fast !

Netbean is pretty good too , but it's a pain to load if you don't have a good computer !
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Notebook Forums - General
NotebookForums.com › Forums › General Notebook Discussions › Notebook Forums - General › Free Java Editor - Which one?