启动IDEA时提示:
Error running ‘Bootstrap’: Cannot run program “D:\idea\IntelliJ IDEA 2019.2.1\jbr\bin\java.exe” (in directory “D:\xm\contract”): CreateProcess error=206, 文件名或扩展名太长
找到.idea/workspace.xml文件
在标签:
<component name="PropertiesComponent">
添加:
<property name="dynamic.classpath" value="true" />
再重启动idea:
启动成功!
欢迎大神指导,可以留言交流!
======================
本人原创文章,转载注明出入!
=================