Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223
  1. <h2>Instructions</h2>
  2. <p>1. Compile <code>sample/evolve/*.java</code>.
  3. <p>2. change the current directory to <code>sample/evolve</code><br>
  4. and compile there <code>sample/evolve/WebPage.java</code><br>
  5. (i.e. compile <code>sample/evolve/sample/evolve/WebPage.java</code>).
  6. <p>The two versions of <code>WebPage.class</code> are used<br>
  7. for changing the contents of <code>WebPage.class</code> during
  8. the demo.
  9. <p>3. Run the server on the local host (where your web browser is running):
  10. <ul>
  11. <code>% java sample.evolve.DemoLoader 5003
  12. </code></ul>
  13. <p>4. Click below:
  14. <ul><h2><a href="http://localhost:5003/demo.html">
  15. Start!
  16. </a></h2></ul>