IntellijIDEA 遇到的各种问题(持续更新---)

问题1:
错误信息:

Internal error: (java.io.IOException) Value storage is corrupted: value file size:10042808, readStartOffset:9961472, record address:13821001
java.io.IOException:  Value storage is corrupted:  value file size:10042808, readStartOffset:9961472, record address:13821001

http://stackoverflow.com/questions/2477799/dont-understand-why-i-am-getting-this-error-value-storage-corrupted-negati

解决方案:
删除临时编译文件
/index, /compiler and /caches 文件平,若无效的话删除整个system下面的文件

USERPROFILE\.IntelliJIdeaXX\system on Windows, 
~/Library/Caches/IntelliJIDEAXX on Mac OS X,
 ~/.IntelliJIdeaXX/system on Linux.

你可能感兴趣的:(Learning,Java)