Topic awaiting preservation: Java applet working online, but not offline... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 04-28-2003 22:44
I was working on a java applet when I noticed something strange (and very annoying). When I tried to view it from my local server it didn't work, all I got was a grey square where the applet was supposed to be. I didn't know what the problem could be since the code looked like it should work (at least something should have happened!), so I uploaded it to my web server thinking that I would ask for help here. So after uploading it I checked that the page was there just to be sure before I posted here, and behold: the applet worked! |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 04-29-2003 03:48
Might be a permissions issue. It doesn't want to allow Java applets locally. This could be a security hazard, i.e. a java like virus. Check out your browser's security settings. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 04-29-2003 05:47
maybe an issue with the path to the codebase? |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 04-30-2003 01:46
Solved it |