我在Windows 10桌面系统上安装了Apache Ant版本1.10.5,以便从源代码构建Netbeans 11.0。我设置了环境变量,并且蚂蚁似乎可以正常运行。但是,当我CD到Netbeans文件夹并运行ant来构建它时,出现以下错误:
BUILD FAILED
E:\Netbeans 11.0\nbbuild\build.xml:514: The following error occurred while executing this line:
E:\Netbeans 11.0\nbbuild\build.xml:509: The following error occurred while executing this line:
E:\Netbeans 11.0\nbbuild\build.xml:556: The following error occurred while executing this line:
E:\Netbeans 11.0\nb\updatecenters\build.xml:44: exec returned: 1
有人知道这是什么原因吗?或者我可以在哪里查找“ exec return:1”的可能原因?另外,我正在使用jdk1.8.0_212。
这是build.xml文件的周围代码:
39 <target name="bootstrap" description="Bootstrap NetBeans-specific Ant extensions."
40 depends="-jdk-init,-load-build-properties">
41 <fail message="You need to run on JDK 8+ to build NetBeans; java.home=${java.home}">
42 <condition>
43 <matches pattern="^1\.[01234567].*" string="${java.version}"/>
44 </condition>
答案 0 :(得分:0)
首先您应该拥有JDK 8 +
第二,您需要良好的互联网速度。
或者我可以为大家说一个非常简单的解决方案 只需使用netbeans https://netbeans.apache.org/ 不要获取源文件
下载bin.zip文件
解压缩zip文件夹后,粘贴到c:\ Drive
中
然后打开netbeans文件夹
C:\netbeans\bin
在这里您找到2个exe文件
netbeans.exe
netbeans64.exe
根据您的系统是64位还是32位运行