首页 > 代码库 > Chapter 2 The Java Programming Environment

Chapter 2 The Java Programming Environment

1. Installing the Java Development kit (JDK)

2. Choosing a Develpment Environment

3. Using the Command-Line Tools

4. Using an Integrated Development Environment

5. Running a Graphical Application

6. Building and Running Applets

 

In this chapter, we will learn how to install JDK and how to  complile and run various types of programs: console programs , graphical applications , and applets.

 

1. Installing the Java Development kit

    Java Jargon(专业术语)

  

  

Chapter 2 The Java Programming Environment