git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@864 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 0e8706ef2f
commit 82050a13a1
  1. 22
      jode/jode.html

@ -32,9 +32,17 @@ The <a href="jode_src.zip">sources</a> contain only the
<code>java</code> files, the <a href="jode_cls.zip">classes</a>
contain only the <code>class</code> files. </p>
I also have a <a href="jode.tar.gz">tar.gz file</a> containing only
<p>I also have a <a href="jode.tar.gz">tar.gz file</a> containing only
the <code>RCS</code> directories. This is the form I maintain the
project, but you probably need unix and a few tools to use them.
project, but you probably need unix and a few tools to use them.</p>
<p>There are also some <a href="snapshot/">snapshots</a> that have new
features like inner and anonymous classes. </p>
<p><a href=".">Click here</a> to browse the files online.
</p>
<h2>How to use it</h2>
@ -74,6 +82,10 @@ jikes), but there is a bug in javac, so that a final variable is twice
initialized. If you encounter this problem just remove the doubled
line by hand. </p>
<p><b>New!</b> The latest <a href="snapshot">snapshot</a> can handle
inner and anonymous classes.</p>
<h2>Why did I wrote it?</h2>
<p>Someday I found <code>guavad</code>, a disassembler for java byte
@ -92,8 +104,8 @@ to get some information of the class files and do this all
automatically. I decided to write it in <code>java</code> now,
because it suited best.</p>
<p>Just for the records: the java code is now nearly 50 times bigger
than the original perl script and is still growing.</p>
<p>Just for the records: the java code is now more than 50 times
bigger than the original perl script and is still growing.</p>
<h2>License</h2>
@ -106,7 +118,7 @@ here for the complete license</a>.</p>
<p><A HREF="mailto:Jochen.Hoenicke@Informatik.Uni-Oldenburg.DE">
http://www.informatik.uni-oldenburg.de/~delwi/jode/jode.html</A>, last
updated on <em>08-Mar-1999</em>.</p>
updated on <em>17-Jun-1999</em>.</p>
</body>
</html>

Loading…
Cancel
Save