views:

35

answers:

2
+1  Q: 

Ada with Netbeans

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.

+2  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.

Simon Wright
+1 for the Netbeans plugin.
trashgod
+1  A: 

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
I found the generated `.gpr` file instructive.
trashgod