Chapter 2
Installing and Using Java Tools
In This Chapter
Downloading Java from the Oracle website
Installing Java
Using Java tools
Getting help
Java development environments have two basic approaches. On the one hand, you can use a sophisticated integrated development environment (IDE) such as Oracle's Java Studio Creator, IntelliJ IDEA, or Eclipse. These tools combine a full-featured source editor that lets you edit your Java program files with integrated development tools, including visual development tools that let you create applications by dragging and dropping visual components onto a design surface.
At the other extreme, you can use just the basic command-line tools that are available free from Oracle's Java website (http://java.Oracle.com). Then you can use any text editor you want to create the text files that contain your Java programs (called source files), and compile and run your programs by typing commands at a command prompt.
Get Java All-in-One For Dummies, 4th Edition 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.