/Users/lyon/j4p/src/javassist/sample/evolve/start.html

1    <h2>Instructions</h2> 
2     
3    <p>1. Compile <code>sample/evolve/*.java</code>. 
4        Copy <code>WebPage.class</code> to <code>WebPage.class.0</code>. 
5     
6    <p>2. Edit <code>Webpage.java</code>, compile it, 
7        and copy <code>WebPage.class</code> to <code>WebPage.class.1</code>. 
8    <br><code>WebPage.class.0</code> and 
9        <code>WebPage.class.1</code> are used 
10       for changing the contents of <code>WebPage.class</code> during 
11       the demo. 
12    
13   <p>3. Run the server on the local host (where your web browser is running): 
14    
15   <ul> 
16   <code>% java sample.evolve.DemoLoader 5003 
17   </code></ul> 
18    
19   <p>4. Click below: 
20    
21   <ul><h2><a href="http://localhost:5003/demo.html"> 
22   Start! 
23   </a></h2></ul> 
24