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.

finish.html 650B

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <title>finish</title>
  4. </head>
  5. <body>
  6. <p>The automatic installation process is complete. There are two more
  7. steps that we recommend you perform to complete the installation:</p>
  8. <ol>
  9. <li>Put <b><code>${installer.output.aspectjrt}</code></b> on your CLASSPATH.
  10. This small .jar file contains classes that are required by any program compiled
  11. with the ajc compiler.</li>
  12. <li>Modify your PATH to include <code> <b>${installer.output.dir.bin}</b></code>.
  13. This will make it easier to run ajc. </li>
  14. </ol>
  15. <p>These steps are described in more detail in <code>
  16. <b>${installer.output.readme}</b></code>.</p>
  17. </body>
  18. </html>