在NetBeans 7.0.1中工作,在Ubuntu 13.10上进行全新安装。
我有一个很好的C ++程序。
我终于得到它来编译和链接。
当我按下Netbeans Run Main Project三角形时,执行会中断
java.util.MissingResourceException:bin / nativeexecution / Linux-x86 / pty
RUN FAILED
发生了什么,以及如何解决?
答案 0 :(得分:7)
这是NetBeans输出窗口设置问题。
NetBeans提出将C ++项目默认为“内部终端”。这不适用于您当前的配置。
答案是将输出切换到“外部终端”,在其自己的窗口中为您的交互弹出一个单独的紫色终端键入控制台,或“标准输出”,它在下面的预期白色子窗格中显示输出。
通过以下方式做到:
Right-mouse-click on your project name -> Properties
on the left side, in the "Categories:" column, select * Run
on the right side, beside the >General -> Console Type:,
change the pulldown menu from "Internal Menu" into "Standard Output".
Hit the OK button at the bottom to lock it in.
现在,当你提出要求时,你的项目将永远运行。
答案 1 :(得分:0)
根据netbeans 7.0.1的this netbeans forum post包缺少一些文件。 从repo中删除版本并从netbeans download site安装就像我和nb论坛OP的魅力一样。 所以ubuntu 14.04也存在问题。
此外,repo版本几乎没有过时,NB有很好的.sh安装程序。只需记住从repo或其他任何地方安装一些JDK。