From: Vlad S. <ska...@gm...> - 2008-04-19 00:55:02
|
David I don't know if this is a bug or not. Can you send a small project preferably with source so I can reproduce the problem. If code can be made public attach it to bug created here http://sourceforge.net/tracker/?group_id=30014 Also please add more description to English word "choke". Does it work in standard java application (not applet) can you try it from webstart? Regards, Vlad PS If you are opening connection in applet to http host other then one the request comes from then you application will "choke". You will catch exception java.security.AccessControlException: access denied (java.net.SocketPermission ...) And this is not a bug but documented feature of java applets security! See http://www.microemu.org/applet.html second line after title. On 4/18/08, David Welton <da...@de...> wrote: > > 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/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Microemulator-users mailing list > Mic...@li... > https://lists.sourceforge.net/lists/listinfo/microemulator-users > -- Vlad |