From 318e664b1e74126e32dc96c0affe0ef12d709137 Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 8 Mar 1999 18:01:27 +0000 Subject: [PATCH] updated paths link to a new page telling how to run this applet locally git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@349 379699f6-c40d-0410-875b-85095c16579e --- jode/jode-applet.html | 46 +++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/jode/jode-applet.html b/jode/jode-applet.html index 26387a3..157b663 100644 --- a/jode/jode-applet.html +++ b/jode/jode-applet.html @@ -5,43 +5,37 @@ -Home Up +Home Up

Test Applet

+ + + + +

+ Press the start button to decompile this applet. You may change the -class name to point to an class file of your choice. But -note that most browsers doesn't allow loading files from a different -server.
+class path and class name to point to a class file of your choice. +But note that most browsers doesn't allow loading files from a +different server.

Save doesn't work in Netscape because the FileDialog is missing there. But access to local files is most probably forbidden -anyway.
+anyway.

You may give multiple entries in the class path field separated by a -comma. The components may also be local zip or jar files, but that is -probably forbidden by the browser.
+comma. The components may be local or remote zip or jar files or +directories. Note that browsers forbid accesses to different hosts or +local files that are not in a subdirectory of the applets +directory.

BTW: If you just want to read the source, you may browse it online
- - - - - - -You may run this locally; you need at least a java 1.1 compatible -virtual machine and the decompiler classes. -The entry class is jode.JodeWindow, so you may start it -under SUN JDK with (the exact commands depend on your operating -system, java virtual machine, shell etc): - -
-  set CLASSPATH=jode_cls.zip
-  java jode.JodeWindow
-
+href="http://www.informatik.uni-oldenburg.de/~delwi/jode">browse it +online :-)

-Back to the Decompiler Page +You can download this, look here for +a description.