Chapter 10. Integrated Development Environments
Some people prefer glitz. The shiny sparkle has always attracted the human eye. Sometimes that sparkle is a real gem, a treasure; sometimes it’s only a gum wrapper on the sidewalk. Integrated Development Environments (IDEs) add glitz to Java development. At their most basic, they combine (integrate) an editing environment with a compiler. This gives you
Language-specific formatting of your Java text (different colors, comments in italics, and so on)
Quick feedback on errors (the ability to click on a compile error message to begin editing at the offending Java statement)
Automatic word completion, to help you finish typing the names of methods in your Java code
A point-and-click GUI for that all important ...
Get Java™ Application Development on Linux® now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.