Ada 与 Netbeans
我下载了 Netbeans 插件,用于使用 Ada 进行编程。但是,我不知道如何将Eclipse链接到Ada平台库。什么应该链接到 IDE? lib 等,bin ?我不知道该怎么办。
I downloaded the Netbeans plugin for programming with Ada. However, I don't know, how to link the Eclipse to the Ada platform library. What should link to the IDE? lib,etc,bin ? I don't know what what to do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 NetBeans 中安装 Ada 插件模块后,使用
File > New Project
创建一个新的 Ada 项目。在新建 Ada 应用程序
对话框中,单击管理
以选择已安装的 Ada 编译器。After installing the Ada plugin modules in NetBeans, use
File > New Project
to create a new Ada project. In theNew Ada Application
dialog, clickManage
to select your installed Ada compiler.我不知道 Netbeans 或 Eclipse,但这可能适用?
此外,进一步浏览导致comp.lang.ada 上的此帖子< /a>.
I don't know about Netbeans or Eclipse, but this might be applicable?
Also, further browsing led to this thread on comp.lang.ada.