diff --git a/jode/doc/download.php b/jode/doc/download.php index c20e7c9..bb7376e 100644 --- a/jode/doc/download.php +++ b/jode/doc/download.php @@ -2,7 +2,7 @@

Download

Jode is available in the download area in source or +sflink("project/showfiles.php")?>download area in source or binary form. For compiling the source code, you need several other packages, check the links page. You need a unix like environment for compilation.

diff --git a/jode/doc/faq.php b/jode/doc/faq.php index bcadf76..5aa6d74 100644 --- a/jode/doc/faq.php +++ b/jode/doc/faq.php @@ -31,6 +31,12 @@ loading classes can have side effects, e.g. when AWT classes are loaded, an AWT thread is created, even though Jode doesn't need it.

+

Why doesn't Jode decompile my inner class +MyClass$Inner.class?

+ +

You should decompile the outermost class (MyClass in +this case). The produced code contains the inner class.

+

Obfuscator issues

What should be included in the classpath?

diff --git a/jode/doc/header.inc b/jode/doc/header.inc index de0e69a..ed76c8f 100644 --- a/jode/doc/header.inc +++ b/jode/doc/header.inc @@ -42,7 +42,7 @@ body { color:#000000; background-color: #FFFFFF; } -
JODEJODE's deobfuscator can undo both. href="http://jedit.standmed.com/plugins/JavaInsight">JavaInsight plugin for jEdit. +

Software Directories

+
    +
  • Get everything and anything for Linux at the + Linux Directory. +
  • +
  • A great place for developing free software is + SourceForge +
  • +

Miscellanous packages needed to run JODE

CYGWIN (unix tools for win95/NT)
diff --git a/jode/doc/usage.php b/jode/doc/usage.php index af8e216..f7a55d7 100644 --- a/jode/doc/usage.php +++ b/jode/doc/usage.php @@ -97,7 +97,7 @@ into GPL programs. Please tell me if you use JODE in this way.

You should ship jode-1.1-embedded.jar with your program. This jar file is -available in the download area. +available in the download area. It works only under JDK 1.2 and above.

Using the Obfuscator