JAVA applets are not handled very well by ExeOutput, because of a technical limitation: Java calls WININET directly and not URLMON APIs. This means that your application does not receive any request for applet files by the Java virtual machine…
In a future version of ExeOutput, we may use the same workaround we added for HTML Executable, as explained at http://www.htmlexe.com/help/javaapplets.htm