Thread: oops memory!
View Single Post
Old 08-06-2002, 08:27 PM   #1 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
oops memory!

okay, so I made a "while" loop on java:

Code:
while(x == true)
{
 //do things
}
and, like an idiot, forgot to set x to false anywhere...

now, inside this loop, it also happened to be writing to the disk and by the time i realized what was happening, bamn, i have a 125 meg html file

now, I CANNOT!!!! delete the damn thing
(the file)

I have restarted since, still no luck and infact i just COPIED the file somewhere, tried to delete the COPY and STILL on luck

I really am at a loss as of how to get rid of this thing and am quite amazed that somewhere it is still being accessed by a program.. i have no idea which one

can anyone help me out here?
__________________
-- bloomberg.
abc123 is offline   Reply With Quote