UNPKG

epubjs

Version:

Render ePub documents in the browser, across many devices

15 lines (14 loc) 1.66 kB
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head><title>Chapter 3. Tools of the Trade</title><link rel="stylesheet" href="core.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="chapter" title="Chapter 3. Tools of the Trade"><div class="titlepage"><div><div><h1 class="title"><a id="learnjava3-CHP-3"/>Chapter 3. Tools of the Trade</h1></div></div></div><p>While you will almost certainly do the majority of your Java development in an IDE such as Eclipse, NetBeans, or (the author’s favorite, Intellij IDEA), all of the core tools you need to build Java applications are included in the Java Development Kit (JDK) that you have likely already downloaded from Oracle for version 7. In this chapter, we’ll discuss some of these command-line tools that you can use to compile, run, and package Java applications. There are many additional developer tools included in the JDK that we’ll discuss throughout this book.</p><p>For an introduction to the Eclipse IDE and instructions for loading all of the examples in this book as an Eclipse project, see <a class="xref" href="apa.html" title="Appendix A. The Eclipse IDE">Appendix A</a>. In <a class="xref" href="ch22.html" title="Chapter 22. JavaBeans">Chapter 22</a>, we introduce the NetBeans IDE with our discussion of the JavaBeans component architecture, so you will get additional GUI development environment experience there.</p></div></body></html>