blob: 7a117a8b75344279ca6e97d96604986712b019bc (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
$Id: package.html,v 1.2 2008/05/28 23:53:00 aclement Exp $
-->
</head>
<body bgcolor="white">
BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
<h2>Package Specification</h2>
This is the top-level package of the JustIce verifier. To actually use it, have a look at the VerifierFactory and
Verifier classes.
<h2>Related Documentation</h2>
For a simple demonstration of JustIce working, please see:
<ul>
<li><a href="http://www.inf.fu-berlin.de/~ehaase/cgi-html/Verifier.html">A WWW front-end for JustIce.</a>
</ul>
</body>
</html>
|