is there any reason the HttpClient should not work in an applet? i am connecting back to the same server and port (localhost:8080) that the applet is hosted on but i get this error.
java.lang.ExceptionInInitializerError at org.apache.commons.httpclient.HttpState.<init>(HttpState.java:161) at org.apache.commons.httpclient.HttpClient.<init>(HttpClient.java:143)
at org.apache.commons.httpclient.HttpClient.<init>(HttpClient.java:128) at com.netraker.ui.editor.EditXMLApplet.getNRDL(EditXMLApplet.java:41) at com.netraker.ui.editor.EditXMLApplet.init(EditXMLApplet.java:20)
Luke,
I have a version of http-client that has resolve these troubles, just a bunch of try/catch.
I haven't had the time to send a patch for it (the one of jakarta-logging is sent)... but if you would like I can send it to you.
Paul
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
