Closed Thread Icon

Topic awaiting preservation: Java applet working online, but not offline... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12705" title="Pages that link to Topic awaiting preservation: Java applet working online, but not offline... (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Java applet working online, but not offline... <span class="small">(Page 1 of 1)</span>\

 
Veneficuz
Paranoid (IV) Inmate

From: A graveyard of dreams
Insane since: Mar 2001

posted 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!

I hadn't changed anything in the code and I was using the same browser. Yet it worked online, but not offline. Anyone had this problem before and/or know of a solution to it? Uploading the applet each time I want to test it will get really tiresome in the end
_________________________
"There are 10 kinds of people; those who know binary, those who don't and those who start counting at zero"

[This message has been edited by Veneficuz (edited 04-28-2003).]

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted 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.


Me

JKMabry
Maniac (V) Inmate

From: out of a sleepy funk
Insane since: Aug 2000

posted posted 04-29-2003 05:47

maybe an issue with the path to the codebase?

Jason

Veneficuz
Paranoid (IV) Inmate

From: A graveyard of dreams
Insane since: Mar 2001

posted posted 04-30-2003 01:46

Solved it
Don't know what caused the problem, but after rewriting parts of the code (with help from www.cfxweb.net ) it seems to be working both locally and remotely...



_________________________
"There are 10 kinds of people; those who know binary, those who don't and those who start counting at zero"

« BackwardsOnwards »

Show Forum Drop Down Menu