Using windows server, I have a path to a file that, when you click the button, executes the jar file and runs the program. At least in firefox. The problem occurs with IE6. It takes my file.jar and turns it into file.zip. Any suggestions here?
Share
Firefox can determine correct mime-type by extension first, and check header information to find out if there’s a congruent match. IE6 unfortunately doesn’t.
JAR file is actually is a ZIP file (rename a JAR file to zip and it’ll be opened easily with Winzip) change the JAR mime-type to “application/java-archive“.
Update
On IIS: