I downloaded the Netbeans plugin for programming with Ada. However, I dunno how to link the Eclipse to the Ada platform library. What should link to the IDE ? lib,etc,bin ? I dunno what what to do.

Any help is appreciated.

link|improve this question

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
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
I found the generated .gpr file instructive. – trashgod Oct 30 '10 at 0:17
feedback

I don't know about Netbeans or Eclipse, but this might be applicable?

Also, further browsing led to this thread on comp.lang.ada.

link|improve this answer
+1 for the Netbeans plugin. – trashgod Oct 30 '10 at 0:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.