HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 16:44:39 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080306030719
location: https://web.archive.org/web/20080306030719/https://java.sun.com/docs/books/tutorial/getStarted/
server-timing: captures_list;dur=0.766426, exclusion.robots;dur=0.029730, exclusion.robots.policy;dur=0.013087, esindex;dur=0.016417, cdx.remote;dur=164.378284, LoadShardBlock;dur=130.281212, PetaboxLoader3.datanode;dur=91.224987
x-app-server: wwwb-app217
x-ts: 302
x-tr: 332
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 03 Aug 2025 16:44:40 GMT
content-type: text/html
x-archive-orig-server: Sun-Java-System-Web-Server-6.1
x-archive-orig-date: Thu, 06 Mar 2008 03:07:19 GMT
x-archive-orig-last-modified: Mon, 17 Dec 2007 23:52:28 GMT
x-archive-orig-accept-ranges: bytes
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 06 Mar 2008 03:07:19 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Sat, 16 Jan 1999 23:37:26 GMT", ; rel="prev memento"; datetime="Thu, 28 Feb 2008 04:20:31 GMT", ; rel="memento"; datetime="Thu, 06 Mar 2008 03:07:19 GMT", ; rel="next memento"; datetime="Thu, 20 Mar 2008 05:11:20 GMT", ; rel="last memento"; datetime="Sat, 10 Aug 2024 12:12:33 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_2_20080305230614_crawl108-c/51_2_20080306030303_crawl104.arc.gz
server-timing: captures_list;dur=0.675816, exclusion.robots;dur=0.028769, exclusion.robots.policy;dur=0.014327, esindex;dur=0.014281, cdx.remote;dur=63.098719, LoadShardBlock;dur=277.170558, PetaboxLoader3.datanode;dur=241.052343, load_resource;dur=221.499311, PetaboxLoader3.resolve;dur=124.206536
x-app-server: wwwb-app217
x-ts: 200
x-tr: 629
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Trail: Getting Started (The Java™ Tutorials)
Trail: Getting Started
This trail provides everything you'll need to know
about getting started with the Java programming language.
The Java Technology Phenomenon
Provides an overview of Java technology as a whole.
It discusses both the Java programming language
and platform, providing a broad overview of what this technology can do
and how it will make your life easier.
The "Hello World!" Application
This hands-on approach describes what to download, what to install, and
what to type, for
creating a simple "Hello World!" application. It provides separate
instructions for the NetBeansTM integrated development environment
(NetBeans IDE), Microsoft Windows, SolarisTM Operating System (Solaris OS), Linux, and Mac users.
A Closer Look at "Hello World!"
Discusses the "Hello World!" application, describing
each section of code in detail. It covers source code comments, the HelloWorldApp
class definition block, and the main
method.
Common Problems (and Their Solutions)
This is the place to go
if you have trouble compiling or running
the programs in this trail.