-
在Windows系统下运行
配置
|
Beta Was this translation helpful? Give feedback.
Answered by
YiiGuxing
Jan 13, 2022
Replies: 1 comment
-
临时的解决办法是在 <component name="PropertiesComponent">
...
<property name="dynamic.classpath" value="true"/>
...
</component> https://youtrack.jetbrains.com/issue/IDEA-166929#focus=Comments-27-1859667.0-0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YiiGuxing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
临时的解决办法是在
.idea/workspace.xml
文件中启用动态classpath
:https://youtrack.jetbrains.com/issue/IDEA-166929#focus=Comments-27-1859667.0-0