[英] How to add directory to classpath in an application run profile in IntelliJ IDEA?
我试图在应用程序运行配置文件的类路径中添加一个目录
如果在VM设置中使用-cp x:target/classes进行覆盖,则会出现以下错误:
java.lang.NoClassDefFoundError: com/intellij/rt/execution/application/AppMain
关于如何将目录添加到我的项目的类路径中,您有什么想法吗?