From 183db2f66c7be16104f7560542bac6a0007cfdf1 Mon Sep 17 00:00:00 2001 From: hoenicke Date: Tue, 10 Aug 2004 15:03:24 +0000 Subject: [PATCH] Removed old outdated hints to change URL. The old URL scheme doesn't work anymore, because sourceforge disallows outgoing connections from the web server. git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1388 379699f6-c40d-0410-875b-85095c16579e --- jode/doc/applet.htp | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) 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.