diff --git a/jode/jode.html b/jode/jode.html index a006520..435e923 100644 --- a/jode/jode.html +++ b/jode/jode.html @@ -32,9 +32,17 @@ The sources contain only the java files, the classes contain only the class files.

-I also have a tar.gz file containing only +

I also have a tar.gz file containing only the RCS 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.

+ +

There are also some snapshots that have new +features like inner and anonymous classes.

+ +

Click here to browse the files online. +

+ +

How to use it

@@ -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.

+

New! The latest snapshot can handle +inner and anonymous classes.

+ +

Why did I wrote it?

Someday I found guavad, 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 java now, because it suited best.

-

Just for the records: the java code is now nearly 50 times bigger -than the original perl script and is still growing.

+

Just for the records: the java code is now more than 50 times +bigger than the original perl script and is still growing.

License

@@ -106,7 +118,7 @@ here for the complete license.

http://www.informatik.uni-oldenburg.de/~delwi/jode/jode.html, last -updated on 08-Mar-1999.

+updated on 17-Jun-1999.