Link to home
Start Free TrialLog in
Avatar of swingarm
swingarm

asked on

Best Java Editor

I am thinking about learning Java and I need help on choosing which "Editor" to use.  I have heard good things about about Symantec's Visual Cafe but I know that there are others out there.  Should I choose Visual Cafe or is there a better "Editor" to use?  
ASKER CERTIFIED SOLUTION
Avatar of jpk041897
jpk041897

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of swingarm
swingarm

ASKER

What does IDE stand for?
IDE stands for Integrated Development Environment. It means you get an editor, a debugger, a visual GUI editor, online help, automaticaly placing the editors cursor on the line that produced a compiler error, etc.

An Editor, on the other hand, only allows you to edit the code.(Ed for Win also allows you to compile and auto placement of compiler errors).