【发布时间】:2010-11-08 22:17:12
【问题描述】:
我尝试运行我的 Java 项目,但 NetBeans 报告命令行太长。
命令行长度约为 9900 个字符。
如何解决这个问题?
我使用 Vista 32 操作系统,NetBeans 6.9.1,jdk1.6.0_12
更新:
看起来这与 exec-maven-plugin 相关 (http://netbeans.org/bugzilla/show_bug.cgi?id=189137)
【问题讨论】:
-
如果是这样,那么:
The above mentioned problem is fixed in the versions 2+ of the exec-maven-plugin. It could be that a simple update would fix the problem. -
@masher 这无济于事,因为netbeans.org/bugzilla/show_bug.cgi?id=188864。而 Netbeans 7.0 仅支持 M2。
标签: java command-line netbeans cmd