运行远程 C++ 时出现问题Netbeans 中的程序
这是场景。 我有一个使用 CMake 的 C++ 应用程序,已在 Ubuntu 服务器计算机上安装。我已经在客户端计算机上使用 Netbeans 6.9 设置了一个远程开发接口,并且我已经能够构建它。 问题是(根据 CMake 脚本的设置)程序中的可执行文件将转到服务器中的另一个目录。当我尝试运行该程序时,Netbeans 要求我提供我无法在客户端计算机上找到的可执行文件(因为它们驻留在服务器计算机上)。 有没有办法可以在本地计算机上获取可执行文件,或者可以将其位置提供给我的 Netbeans 应用程序。 感谢您的帮助。
Here is the scenario.
I have a C++ application using CMake that has been setup on Ubuntu server machine. I have setup a remote development interface to it using Netbeans 6.9 on client machine, and I have been able to build it.
The problem is that (as per the setup of CMake script) the executables from the program are going to another directory in the server. When I try to run the program, Netbeans asks me for executables which I can't spot out on client machine (as they are residing on server machine).
Is there a way I can get the executables on local machine OR have a way to give their location to my Netbeans application.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论