Quantcast
Channel: clear the java cache from the command line in linux - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by J. Chomel for clear the java cache from the command line in linux

$
0
0

Sorry, I thought you were talking about Java memory cache...

I think you got downvoted because your question is out of topic, and unclear. From this "GUI", you must see where your cache is stored.

Mine is here: /home/ju/.cache/icedtea-web/cache ; then I must do

rm -rf /home/ju/.cache/icedtea-web/cache/*

to remove its content.


Viewing all articles
Browse latest Browse all 3

Trending Articles