From: David W. <da...@de...> - 2008-04-18 22:25:48
|
Hi, I'm trying to get an applet working, but it chokes on this code: try { interp = new Interp(); Base64Cmd.load(interp); HttpCmd.load(interp); RMSCmd.load(interp); } catch (Exception e) { f.append(e.toString()); } Specifically, on the HttpCmd code, even though the whole thing is in a try/catch block. Known bug? If not, I can send code that reproduces it. Thanks, -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ |