CSDN老是在舉辦netbeans的相關活動,但是我的這個問題你們能解決嗎?

时间:2021-11-06 16:04:41
netbeans IDE 5.5.1 RUN問題
RUN時出錯,無論是什麼程序

簡單的程序程序:
public class NewClass {

/** Creates a new instance of NewClass */
public NewClass() {
}
public static void main(String args[]){
System.out.println("asdasdasdasd");
}
}
RUN時出錯:
ERROR - Ant is misconfigured and cannot be run.
java.lang.NullPointerException
at org.apache.tools.ant.module.bridge.AntBridge.createCustomDefs(AntBridge.java:474)
at org.apache.tools.ant.module.bridge.AntBridge.createStuff(AntBridge.java:296)
at org.apache.tools.ant.module.bridge.AntBridge.getStuff(AntBridge.java:248)
at org.apache.tools.ant.module.bridge.AntBridge.getInterface(AntBridge.java:237)
at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)

6 个解决方案

#1


这个提示是ant配置有问题,楼主应该删掉再安装一次看下,如果还不行去看下发行安装说明吧。

#2


没遇到过,所以我选择eclipse,netbeans总感觉bug太多了点

#3


帮顶

#4


楼主没看过日志么,那个是ant的问题啊
ERROR - Ant is misconfigured and cannot be run
应该是导入的ant工程没有配置吧,看看配置文件build.xml是不是导入的时候选错了

#5


楼主,肯定是ant问题,Netbeans的ant集成在netbeans-5.5.1\enterprise3\ant目录下,如果你这个目录没有ant,肯定是运行不了的;如果有,则在模块管理器中查看有没有ant插件安装,如果没有,去下一个好了。

顺便说一句:eclipse的问题更多,看看eclipse版的内容,全都是打不开啊,报错啊......我并不是说Netbeans这些问题没有,但是作为使用者,Netbeans的集成性比eclipse要好很多。

#6


回復所有:

不是ANT的問題,是netbeans本身的問題,問題已經解決
在http://www.wodegongju.com/bbs/viewthread.php?tid=236&fpage=1

#1


这个提示是ant配置有问题,楼主应该删掉再安装一次看下,如果还不行去看下发行安装说明吧。

#2


没遇到过,所以我选择eclipse,netbeans总感觉bug太多了点

#3


帮顶

#4


楼主没看过日志么,那个是ant的问题啊
ERROR - Ant is misconfigured and cannot be run
应该是导入的ant工程没有配置吧,看看配置文件build.xml是不是导入的时候选错了

#5


楼主,肯定是ant问题,Netbeans的ant集成在netbeans-5.5.1\enterprise3\ant目录下,如果你这个目录没有ant,肯定是运行不了的;如果有,则在模块管理器中查看有没有ant插件安装,如果没有,去下一个好了。

顺便说一句:eclipse的问题更多,看看eclipse版的内容,全都是打不开啊,报错啊......我并不是说Netbeans这些问题没有,但是作为使用者,Netbeans的集成性比eclipse要好很多。

#6


回復所有:

不是ANT的問題,是netbeans本身的問題,問題已經解決
在http://www.wodegongju.com/bbs/viewthread.php?tid=236&fpage=1