I need to run a jar file on a waf-extension. Do I need to edit some system file?
jar file is in the same folder with html and this is the corresponding part:
Code:
<script type="text/javascript">
//<![CDATA[
if(useJavaSaver)
document.write("<applet style='position:absolute;left:-1px' name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar' width='1' height='1'></applet>");
//]]>
</script>
and
this is the extension I mentioned.