|
Getting StartedIn order to write Java programs, you will need a Java development environment. Sun's Java Developer's Kit provides you with all the tools you need to write your own Java programs. JDK includes tools for developing Java applets and applications. JDK includes an application called appletviewer that lets you to test applets which you have written. Applets that work in the appletviewer should work with any Java capable browsers. JDK is available for Sun SPARC systems running Solaris 2.3 or higher and for Windows 95 and Windows NT. You can download the JDK at http://java.sun.com/products/jdk/ | |||||||||||
|