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.
Save doesn't work in Netscape because the FileDialog is missing there. But access to local files is most probably forbidden 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.
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
Back to the Decompiler Page