参见英文答案 >
CreateProcess error=206, The filename or extension is too long when running main() method 15个
我知道之前已经问过这个问题,但我无法使用其他帖子的解决方案来修复它.
我正在尝试使用maven编译复杂的gwt项目层次结构.
一切正常,直到我不得不再添加一个库,更具体地说:org.eclipse.birt.runtime
现在我收到此错误:
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.6.1:debug ....
..... [Lots of jars, many containing birt, no duplicates though] .....
Error while executing process. Cannot run program "C:\Program Files\Java\jdk1.8.0_20\jre\bin\java": CreateProcess error=206, The filename or extension is too long
我正在使用的依赖是:
org.eclipse.birt.runtime
org.eclipse.birt.runtime
4.4.1
GWT项目构建错误
本文描述了一个复杂的GWT项目在使用Maven进行构建时遇到的问题,特别是添加了org.eclipse.birt.runtime库之后出现的文件名或扩展名过长的错误。文章探讨了CreateProcess错误的具体细节,并列举了受影响的依赖项。
5294

被折叠的 条评论
为什么被折叠?



