Java applets

Hi,

Is it possible to include JAVA .jar files into the compiling app?

If so, are there any special procedures that needs to be followed? Like making sure java in installed on the computer.

Thanks,

PaulC

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