运行个test的main方法 一直出现:Command line is too long
一搜一片全是 修改.idea目录下workspace.xml中name为PropertiesComponent的component
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
<component>
然而这种方式并不好用 也不推荐
如果你是运行普通的main 那么你可以这么干
1.点击 Modify options
2.选择 Shorten command line
3.会多出一个 Shorten command line的选项
4.可以选择 JAR manifest 或者 classpath file
然后再试就可以运行了!
非main方法(Spring)的操作类似 不需要 点击 Modify options Shorten command line
记录一下
扣腚去了···
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。