clone flink 1.6 执行报错.显示没有scala jar
下载scala sdk 引用到项目中,发现一直去C盘的用户目录下去找jar包. 卸载IDEA中的scala插件,重新安装失败.应该是没有C盘的操作权限.修改IDEA的缓存文件配置
IDEA的缓存文件夹.IntelliJIdea2017.1,存放着IDEA的破解密码,各个项目的缓存,默认是在C盘的用户目录下,目前有1.5G大小。现在想要把它从C盘移出。
在IDEA的安装路径下中,进入bin目录后找到属性文件:idea.properties 用记事本打开,找到如下代码段:
1 #--------------------------------------------------------------------- 2 # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes. 3 #--------------------------------------------------------------------- 4 # idea.config.path=${user.home}/.IntelliJIdea/config 5 6 #--------------------------------------------------------------------- 7 # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes. 8 #--------------------------------------------------------------------- 9 # idea.system.pat