Hi I have been developing an application using HttpClient (nightly build). The client side of my application is an applet. And I have found out that in order for the client to run properly I need jsse.jar,jcert.jar and jnet.jar. Alternately I could use the Java 1.4 Plugin and then I dont need to download these jars. Is there a way I can make it work with Java Plug-in 1.3.x? I want to avoid both (i) downloading the 3 jars and (ii) using 1.4 plug in.
Thanks -Prakash
