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.

package.html 670B

12345678910111213141516171819202122232425
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. <!--
  5. $Id: package.html,v 1.2 2008/05/28 23:53:00 aclement Exp $
  6. -->
  7. </head>
  8. <body bgcolor="white">
  9. BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
  10. <h2>Package Specification</h2>
  11. This is the top-level package of the JustIce verifier. To actually use it, have a look at the VerifierFactory and
  12. Verifier classes.
  13. <h2>Related Documentation</h2>
  14. For a simple demonstration of JustIce working, please see:
  15. <ul>
  16. <li><a href="https://www.inf.fu-berlin.de/~ehaase/cgi-html/Verifier.html">A WWW front-end for JustIce.</a>
  17. </ul>
  18. </body>
  19. </html>