Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Which is the best Java Editor

  Asked By: Chigaru    Date: Mar 30    Category: Java    Views: 635
  

Can someone suggest the best java editor available for download ?.

Share: 

 

15 Answers Found

 
Answer #1    Answered By: Rochelle Elliott     Answered On: Mar 30

That is a religious war waiting to happen.

If you mean IDE, then I think there are two types ... Free and "not free"

Free: Ecplise
Not Free: IntelliJ IDEA

IntelliJ is in my opinion awesome, every time I have to program in
pretty much any other language it always feels horrible compared to Java
in IntelliJ.

 
Answer #2    Answered By: Silvia Chapman     Answered On: Mar 30
 
Answer #3    Answered By: Ty Thompson     Answered On: Mar 30
 
Answer #4    Answered By: Grady Stewart     Answered On: Mar 30

I'd say textpad with the Java compiler is best. It is what I use. I have
tried others but always stick with Textpad. It can be download  at
www.textpad.com

 
Answer #5    Answered By: Brendan Smith     Answered On: Mar 30

Better yet, you should be using vi with the jdk. But if you really
wanna be a man, write the java  byte code yourself without a
compiler. All the java pros can type byte code with no assistance.
Who needs an IDE?

 
Answer #6    Answered By: Faiza Mian     Answered On: Mar 30

who needs byte code, lets just write everything in 1s and 0s.

 
Answer #7    Answered By: Felix Gray     Answered On: Mar 30

Who needs 1's and 0's lets all build our logic circuits...

 
Answer #8    Answered By: Sultana Tabassum     Answered On: Mar 30

Why, you have 0s? I'd use an 'o'.

 
Answer #9    Answered By: Hollie Hughes     Answered On: Mar 30

What's so horrible about that? That's how I do almost all of my programming
(occasionally I will load netbeans so I can use the form builder). I have a
couple of IDE's installed on my development machine (netbeans, eclipse and an
old version of forte), but I hate all of them. I am much more productive
with vim, a bash shell, and ant than I am with any of the IDE's that I have
used - especially the ones that are written in Java.

 
Answer #10    Answered By: Jackson Williams     Answered On: Mar 30

Actually vi is pretty cool when your brain warps around it.

Also have you tried intellij?

 
Answer #11    Answered By: Ethan Evans     Answered On: Mar 30

I use Forte/Netbeans and I think they are pretty decent, especially
for building quick GUIs, despite the fact that they lack the extreme
flexibility of doing everything manually. Where such flexibility is
needed, I revert to good ol' vi or jEdit.

 
Answer #12    Answered By: Komal Mohammad     Answered On: Mar 30

I love the "Well *I'm* much more productive with this extremely antiquated piece
of software" argument. The "I *hate* those IDE-thingies that try to make
everything easy for you, and no, I'm not biased" attitude. And to that, the
response is always the same: "That's fine. If you have worked on any seriously
large software product and still feel that using a text editor  is right for you,
then by all means. The rest of us, however, will enjoy our ability to debug, to
create class stubs from inherited classes and interfaces automatically, to drag
and drop gui components, construct ant scripts with a click, create and run
junit tests with minimal effort, manage our source repository through a gui,
roll web applications out to the server with a click, etc. etc. etc."

 
Answer #13    Answered By: Chau Tran     Answered On: Mar 30

> I'd say textpad with the java  compiler is best. It is what I use. I have
> tried others but always stick with Textpad. It can be download  at
> www.textpad.com
>
> neowhere

A simple text editor  does have good learning elements though. You will
need to learn how to do all of the basic stuff that is required to be a
java programmer which are often done automatically by the IDE (like
class paths).

However I find that for intermediate java programmers intelligent IDES
(like IntelliJ) actually help them learn Java faster (those red
underlines are annoying) than just reading from pure text.

Advanced programmers probably really don't care what they are
programming in, in fact from personal experience I use whatever is the
easiest to use. Such that if I am writing a simple example class I use
what ever medium is the easiest (such as a email client :))and as the
project extends out in time the level of editor to IDE changes depending
on my need.

At the end, it is a tool, and those tools should be used at specific
times, big heavy tools can just be too much for small jobs, while light
weight tools are going to make it in-efficient to do huge jobs.

 
Answer #14    Answered By: Viheke Fischer     Answered On: Mar 30

Im normall using JCreator, its a free available for download  and a
pay version. The free is a little limited, but still great for big
programs and its easy and fast, im usint the light version for
programming for companys.
Sometimes i use together, but only for real "heavy" stuff.
GUI im making in JBuilder, its easy making gui there, but the rest im
not so happy for in jbuilder.

 
Answer #15    Answered By: Jeanette Greene     Answered On: Mar 30

u can download  a free version from textpad.www.textpad.com

 
Didn't find what you were looking for? Find more on Which is the best Java Editor Or get search suggestion and latest updates.




Tagged: