From dd5112302f33e1bf0f4ec0d602fb02d6be512889 Mon Sep 17 00:00:00 2001 From: hoenicke Date: Wed, 27 Jun 2001 11:42:04 +0000 Subject: [PATCH] Added more links. Fixed download address. Updated FAQ. git-svn-id: https://svn.code.sf.net/p/jode/code/branches/branch_1_1@1322 379699f6-c40d-0410-875b-85095c16579e --- jode/doc/download.php | 2 +- jode/doc/faq.php | 6 ++++++ jode/doc/header.inc | 2 +- jode/doc/links.php | 13 +++++++++++++ jode/doc/usage.php | 2 +- 5 files changed, 22 insertions(+), 3 deletions(-) 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