aboutsummaryrefslogtreecommitdiffstats
path: root/sample/evolve/start.html
blob: 8ab3f940152bf7a5cd20c7d26d484f0cfab5775e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<h2>Instructions</h2>

<p>1. Compile <code>sample/evolve/*.java</code>.

<p>2. change the current directory to <code>sample/evolve</code><br>
and compile there <code>sample/evolve/WebPage.java</code><br>
(i.e. compile <code>sample/evolve/sample/evolve/WebPage.java</code>).

<p>The two versions of <code>WebPage.class</code> are used<br>
for changing the contents of <code>WebPage.class</code> during
the demo.

<p>3. Run the server on the local host (where your web browser is running):

<ul>
<code>% java sample.evolve.DemoLoader 5003
</code></ul>

<p>4. Click below:

<ul><h2><a href="http://localhost:5003/demo.html">
Start!
</a></h2></ul>