![]() |
Java help Applet doesnt work in webpage - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24) +----- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=27) +----- Thread: Java help Applet doesnt work in webpage (/showthread.php?tid=2804) |
Java help Applet doesnt work in webpage - Labmonkey - 15-05-2009 Ok, so I have tested my java app, and it works in the app viewer perfectly! But now I am trying to put it in a webpage and let some friends test, and I have run into trouble. I made a simple chat program, and put it in a website, but this error appears in the error console. Code: java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.1.3:5136 connect,resolve) I am unsure how to fix this. I am new to java, but do I need like some certificate or something? Re: Java help Applet doesnt work in webpage - unknown - 17-05-2009 Did you sign the applet? I'm pretty sure that applets which connect to a server not hosted on the web hosts computer MUST be signed. It's really easy to sign it just use a free application called jarsigner. Re: Java help Applet doesnt work in webpage - Mizuware - 02-10-2009 could be the signed shit, but to me... Read your error, the first line ![]() Re: Java help Applet doesnt work in webpage - Labmonkey - 02-10-2009 Um, this was solved a long long time ago. Read post dates. Re: Java help Applet doesnt work in webpage - Coke - 02-10-2009 I don't see a solution posted though. Re: Java help Applet doesnt work in webpage - Labmonkey - 02-10-2009 After 5 months, it is usually accepted on these forums if no solution is posted then the person already figured it out or gave up and is either way no-longer looking for help. Re: Java help Applet doesnt work in webpage - Coke - 02-10-2009 That's great. What was the solution? Re: Java help Applet doesnt work in webpage - GIAKEN - 02-10-2009 Then you reply with the fix so people know what to do if it happens to them, jack ass. Re: Java help Applet doesnt work in webpage - Labmonkey - 02-10-2009 I am sorry Re: Java help Applet doesnt work in webpage - Nean - 03-10-2009 Somebody lock this topic before Labmonkey makes an even bigger douche of himself. Re: Java help Applet doesnt work in webpage - Labmonkey - 03-10-2009 I had to sign the applet. Sorry for not posting before. Why does everyone think my apologies are sarcastic? Re: Java help Applet doesnt work in webpage - GIAKEN - 03-10-2009 Because you didn't post the fix when you apologized...so there was no point to apologizing if you didn't actually correct yourself. Proper apologies comes with maturity. Re: Java help Applet doesnt work in webpage - Mizuware - 03-10-2009 Easy there guys, it's just Labmonkey. :lol: Re: Java help Applet doesnt work in webpage - Matt - 03-10-2009 You people need to grow up. If nobody here helped him fix it, by posting in this thread, then he does not need to post the fix. It doesn't pertain to VB6 or Mirage Source in any way. I'm going to start handing out warnings again. |