diff --git a/jode/doc/applet.htp b/jode/doc/applet.htp index 55edac3..f1605f4 100644 --- a/jode/doc/applet.htp +++ b/jode/doc/applet.htp @@ -17,22 +17,9 @@ href="http://www.informatik.uni-oldenburg.de/~mw/plasma.html">Michael's 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. 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. 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 weird URL.

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

+

You may change the classpath to point to a zip or jar file of your +choice. Unfortunately, your browser will most likely forbid URL's that +aren't located on jode.sourceforge.net. +Save probably doesn't work, because it is forbidden by your browser.