16 lines
373 B
HTML
16 lines
373 B
HTML
<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>
|