|
|
@ -6,7 +6,7 @@ |
|
|
|
<center> |
|
|
|
<center> |
|
|
|
<applet code="jode/Applet.class" archive="jode-applet.jar" width=540 height=400> |
|
|
|
<applet code="jode/Applet.class" archive="jode-applet.jar" width=540 height=400> |
|
|
|
<param name=pagecolor value="ffffff"> |
|
|
|
<param name=pagecolor value="ffffff"> |
|
|
|
<param name=classpath value="http://jode.sourceforge.net/load.php/http%3a//www.informatik.uni-oldenburg.de/~mw/plasma.jar"> |
|
|
|
<param name=classpath value="http://jode.sourceforge.net/http/www.informatik.uni-oldenburg.de/~mw/plasma.jar"> |
|
|
|
<param name=class value="PlasmaApplet"> |
|
|
|
<param name=class value="PlasmaApplet"> |
|
|
|
<p>Sorry you need a java enabled browser to test a java applet ;-)</p> |
|
|
|
<p>Sorry you need a java enabled browser to test a java applet ;-)</p> |
|
|
|
<p>Don't read the rest, it only contains information about the applet.</p> |
|
|
|
<p>Don't read the rest, it only contains information about the applet.</p> |
|
|
@ -19,18 +19,20 @@ Plasma applet</a> (and give the decompiler some time to download the |
|
|
|
jar file). </p> |
|
|
|
jar file). </p> |
|
|
|
|
|
|
|
|
|
|
|
You may change the classpath to point to a zip or jar file of your |
|
|
|
You may change the classpath to point to a zip or jar file of your |
|
|
|
choice, using a similar syntax. Use <code>%3a</code> instead of a |
|
|
|
choice, using a similar syntax. Only http and ftp addresses are supported. |
|
|
|
colon `:' in the url. You can also point it to a directory containing |
|
|
|
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 |
|
|
|
the class-files (include a slash `/' at the end in this case), but |
|
|
|
this is not recommended, since it is <i>very</i> slow. You may give |
|
|
|
this is not recommended, since it is <i>very</i> slow. You may give |
|
|
|
multiple entries in the class path field separated by a comma.<br><br> |
|
|
|
multiple entries in the class path field separated by a comma.<br><br> |
|
|
|
|
|
|
|
|
|
|
|
You can't use this applet for local files; the class files must be on |
|
|
|
You can't use this applet for local files. You can try to give |
|
|
|
a server that is accessible from sourceforge. You can try to give |
|
|
|
local filenames directly without going through Sourceforge, but that is |
|
|
|
local filenames directly without the load.php wrapper, but that is |
|
|
|
|
|
|
|
probably forbidden by your browser. Most browser only allow loading |
|
|
|
probably forbidden by your browser. Most browser only allow loading |
|
|
|
files from the same server as the applet, and this is the reason why |
|
|
|
files from the same server as the applet, and this is the reason why |
|
|
|
you have to use such a cryptic URL.<br><br> |
|
|
|
you have to use such a weird URL.<br><br> |
|
|
|
|
|
|
|
|
|
|
|
Save probably doesn't work, because it is forbidden by your browser.<br><br> |
|
|
|
Save probably doesn't work, because it is forbidden by your browser.<br><br> |
|
|
|
<?php require("footer.inc"); ?> |
|
|
|
<?php require("footer.inc"); ?> |
|
|
|