You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

start.html 373B

123456789101112131415
  1. <h2>Instructions</h2>
  2. <p>1. Run the server on the local host (where your web browser is running):
  3. <ul>% java sample.rmi.Counter 5001</ul>
  4. <p>2. Click below:
  5. <h2><a href="webdemo.html">
  6. Start!
  7. </a></h2>
  8. <p>If you don't want to use a web browser, do as follows:
  9. <ul><pre>% java javassist.tools.web.Viewer localhost 5001 sample.rmi.CountApplet</pre></ul>