aboutsummaryrefslogtreecommitdiffstats
path: root/build/products/aspectj/install/finish.html
blob: 229f3a21a8a7e7a5cc63cc6d02defd6ef086f064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>

<head>
<title>finish</title>
</head>

<body>

<p>The automatic installation process is complete.
We recommend you complete the installation as follows:</p>
<ol>
  <li>Add <b><code>${installer.output.aspectjrt}</code></b>
      to your CLASSPATH.
      This small .jar file contains classes required by any
      program compiled with the ajc compiler.
      </li>
  <li>Modify your PATH to include
      <code> <b>${installer.output.dir.bin}</b></code>.
      This will make it easier to run ajc.
      </li>
</ol>

<p>These steps are described in more detail in <code>
<b>${installer.output.readme}</b></code>.</p>

</body>

</html>