aboutsummaryrefslogtreecommitdiff
path: root/sample/rmi/start.html
blob: 33321ad1b71e14988b54e1a0c8fd97276e219791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>