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.

16 lines
373 B

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