Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

start.html 667B

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>