0

How can one access the Source folders on build paths as they can be seen in the Java Build Path settings page dynamically from within a PDE plug-in? I have access to a IJavaProject instance from which I can also access the IProject instance.

Anish Antony
  • 875
  • 3
  • 17
  • 35
Mathias Soeken
  • 1,293
  • 2
  • 8
  • 22

1 Answers1

0

Maybe this could be the solution you are looking for.

Baby Groot
  • 4,637
  • 39
  • 52
  • 71