Chapter 2. The Java Programming Environment
In this chapter
• 2.1 Installing the Java Development Kit
• 2.2 Using the Command-Line Tools
• 2.3 Using an Integrated Development Environment
In this chapter, you will learn how to install the Java Development Kit (JDK) and how to compile and run various types of programs: console programs, graphical applications, and applets. You can run the JDK tools by typing commands in a terminal window. However, many programmers prefer the comfort of an integrated development environment. You will learn how to use a freely available development environment to compile and run Java programs. Although easier to learn, integrated development ...
Get Core Java® Volume I—Fundamentals, Tenth 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.