I can deploy a simple Applet, but I have problems with an applet that includes 3rd party jars. Any hints on what I need to configure and how to organize the files?
I believe JARS are compromise files built specifically for Apache platforms. I don't think they are compatible on a Windows platform.
.jar is just another name for .zip which is of the same format. However since normal Java-applets run well on the Microsoft Platform and a Java-installation on a Microsoft platform has JAR files, I thought that it wouldn't be a problem of accessing JAR files on the server. Besides, I guess the JAR file is supposed to be executed in the client, right? On the other hand, I have ported my code to C# and it runs as a normal Windows application. But I want to show it on the web. What do I need to do? Is Silverlight something I could use for this?