Chapter 3

Working with TextPad

In This Chapter

arrow Acquiring TextPad

arrow Using TextPad to edit source files

arrow Compiling Java programs

arrow Running Java programs

TextPad is an inexpensive ($33) text editor that you can integrate with the Java Development Kit (JDK) to simplify the task of coding, compiling, and running Java programs. It isn't a true integrated development environment (IDE), as it lacks features such as integrated debugging, code generators, and drag-and-drop tools for creating graphical user interfaces.

ontheweb.eps If you want to work with an IDE, I suggest that you skip this chapter and instead look to www.dummies.com/extras/javaaio, which offers a bonus chapter that covers a free IDE called Eclipse.

TextPad is a popular tool for developing Java programs because of its simplicity and speed. It's ideal for learning Java because it doesn't generate any code for you. Writing every line of code yourself may seem like a bother, but the exercise pays off in the long run because you have a better ...

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.