Cannot remove JAR from cache
I have created a new JAR but I cannot see my changes made. It seems like its caching the old JAR.
When I do a javaws -viewer I see the date modified column for that JAR as April 7, which is old. Is there another way to remove java JARS from cache?
I know it works on my local machine with same JARS. And the date modified field is May 23. I开发者_开发技巧'm testing on a TEST server where this problem is occurring.
Any ideas why?
Thank you.
try this one:
javaws -uninstall
精彩评论