Question : Can i delete the system cache folder under Application Data\Sun\Java\Deployment\cache ?

I have 3 terminal servers and all user are experiencing the same problem.  User profile storage has been exceeded.  It seem that the C:\Documents and Settings\user\Application Data\Sun\Java\Deployment\SystemCache\6.0 has alot of large files.  I can delete the large files and the user can continue working.  But since I have over 300 users and 3 terminal servers, I am getting calls every day.  Is there an easier way to fix this for all users?

thanks,
Dan

Answer : Can i delete the system cache folder under Application Data\Sun\Java\Deployment\cache ?

This is a java problem not an MS one... but anyway.. you could put a delete batch file in the startup group for each user that deletes that users cache if deleting it doesn't cause problems- below is an example name it delfiles.bat or something and put it in the all users stat menu start up folder.. example below set to whatever path you want and each time a user logs in it will clear theirs.

@ECHO OFF
DEL "%USERPROFILE%\app data\whatever path\*.*" /Y /S
Random Solutions  
 
programming4us programming4us