PDA

View Full Version : How to deploy a complex applet?


braingolfne
03-27-2009, 08:01 AM
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? :confused:

raymondp
04-01-2009, 02:53 AM
I believe JARS are compromise files built specifically for Apache platforms. I don't think they are compatible on a Windows platform.

braingolfne
04-01-2009, 10:33 PM
.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?

bruce
04-06-2009, 10:40 AM
yes.. you can use silverlight on our server.