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.
Asked
Active
Viewed 1,291 times
3
-
Are you talking about the a general Netbeans, or one specifically designed to work with your Ada compiler? A link might be helpful. – T.E.D. Oct 29 '10 at 12:38
2 Answers
2
I don't know about Netbeans or Eclipse, but this might be applicable?
Also, further browsing led to this thread on comp.lang.ada.

Simon Wright
- 25,108
- 2
- 35
- 62
2
After installing the Ada plugin modules in NetBeans, use File > New Project
to create a new Ada project. In the New Ada Application
dialog, click Manage
to select your installed Ada compiler.

trashgod
- 203,806
- 29
- 246
- 1,045