Blakes 21 Days Appendix E


APPENDIX E

Programming with the Java Development Kit

Overview of the JDK

Output
java version "1.8.0_60"
Java (TM) SE Runtime Environment (build1.8.0_60-b27)
Java HotSpot (TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

The java Virtual Machine

The javac Compiler

The appletviewer Browser

Figure E.1 - Opening Java web applets outside of a browser. - goes here

668

Listing E.1 The Full Text of AppInfo.java

Explanation

Listing E.2 The Full Text of AppInfo.html

Figure E.2 - The AppInfo applet running in appleviewer. - goes here

Figure E.3 - The Info dialog box of the AppInfo applet. - goes here

674

The javadoc Documentation Tool

Listing E.3 The Full Text of AppInfo2.java

676
678

Figure E.4 - Java documentation for the AppInfo2 program. - goes here

680

The jar Java File Archival Tool

The jdb Debugger

Debugging Applications

Debugging Applets

Advanced Debugging Commands

Using System Properties

Listing E.4 - The full text of ItemProp.java

The keytool and jarsigner Code Signing Tools



End of Page