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 642B

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