A little tip for you guys.
Quite a few malware/spyware programs are installed with Java. I have created a little batch file that deletes these files dead. I use it before and after an AV scan.
Also use Firefox or anything other than IE. And disable java/javascript/auto install features when not needed.
I use Ad-aware and McAfee AV 8, updating regularly, and these damn exploits still get through. Shows up when you do an Ad-ware scan. McAfee deletes them from your temp folder, but not the original source on the PC. So they are still there.
Open up notepad > copy and paste in below:
cd C:\Documents and Settings\
change to your windows username \Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar
del /q *.*
Save as
Java_del.bat or whatever, but remember the .bat
This will delete all files within the Java cache.
Hope this helps... (as with all PC tips, this comes as is. It wont blow your pc up, but in case something goes wrong, I can not be held responsable)
Alex