This is the curent situation of my Java folder: I used a symbolic link to redirect old version of java to current version. To keep my apps from complaining that I uninstalled Java u15 in favor of u17:
Code: Select all
C:\Program Files\Java> mklink /D jdk1.7.0_15 jdk1.7.0_17
symbolic link created for jdk1.7.0_15 <<===>> jdk1.7.0_17
Image: http://static.3ice.hu/images/TotalCommander-bugreport1-symlink.png
But the Java directory size is then reported incorrectly (600MB):
Image: http://static.3ice.hu/images/TotalCommander-bugreport1-wrong_size.png
Actual size (300MB):
Image: http://static.3ice.hu/images/TotalCommander-bugreport1-actual_size.png
Please advise...
Thanks,
Daniel "3ICE" Berezvai
p.s.: Tried adding the _15 folder to tcignore.txt as a workaround, but it didn't work. Also, I'd rather not do that for all my symlinks.