aboutsummaryrefslogtreecommitdiffstats
path: root/sample/evolve/start.html
blob: d31d9d0856a89c630f7bb2e61d979f09bb893a79 (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>.
	Copy <code>WebPage.class</code> to <code>WebPage.class.0</code>.

<p>2. Edit <code>Webpage.java</code>, compile it,
	and copy <code>WebPage.class</code> to <code>WebPage.class.1</code>.
<br><code>WebPage.class.0</code> and
	<code>WebPage.class.1</code> are used
	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>