diff --git a/jode/doc/applet.php b/jode/doc/applet.php index cd6b70a..14c07c5 100644 --- a/jode/doc/applet.php +++ b/jode/doc/applet.php @@ -6,7 +6,7 @@
- +

Sorry you need a java enabled browser to test a java applet ;-)

Don't read the rest, it only contains information about the applet.

@@ -19,18 +19,20 @@ Plasma applet (and give the decompiler some time to download the jar file).

You may change the classpath to point to a zip or jar file of your -choice, using a similar syntax. Use %3a instead of a -colon `:' in the url. You can also point it to a directory containing +choice, using a similar syntax. Only http and ftp addresses are supported. +The file must be available from the world wide web. In fact you download it +from Sourceforge and Sourceforge gets it from the given address. This hack +is necessary, because Java's security policy doesn't allow applets to contact +a different server. You can also point the classpath to a directory containing the class-files (include a slash `/' at the end in this case), but this is not recommended, since it is very slow. You may give multiple entries in the class path field separated by a comma.

-You can't use this applet for local files; the class files must be on -a server that is accessible from sourceforge. You can try to give -local filenames directly without the load.php wrapper, but that is +You can't use this applet for local files. You can try to give +local filenames directly without going through Sourceforge, but that is probably forbidden by your browser. Most browser only allow loading files from the same server as the applet, and this is the reason why -you have to use such a cryptic URL.

+you have to use such a weird URL.

Save probably doesn't work, because it is forbidden by your browser.

diff --git a/jode/doc/download.php b/jode/doc/download.php index 346f1db..c20e7c9 100644 --- a/jode/doc/download.php +++ b/jode/doc/download.php @@ -15,7 +15,7 @@ area:

the swing interface, you have to download swing separately, all other packages are already included in the archive. -
  • jode-1.1.jar is for JDK 1.2 or better. It should run +
  • jode-1.1.jar is for JDK 1.2 or better. It should run without any other package.
  • CVS Repository

    diff --git a/jode/doc/index.php b/jode/doc/index.php index 7f6467b..42f8471 100644 --- a/jode/doc/index.php +++ b/jode/doc/index.php @@ -28,7 +28,7 @@ fields

    News