views:

67

answers:

1

Hello!

I'm using Netbeans. Often I need to specify own libraries, used by my projects. It is very unhandy to maintain them across multiple workspaces.

As far as I understand correctly, Apache Felix, an implementation of OSGI's module system, could manage such libraries (provide versioning, automatic dependency resolvability, ...)

If this is correct, is there a somehow straightforward way to integrate Apache Felix into Netbeans?

BTW: Can't wait for Jigsaw module system in Java 7

A: 

Check out the link. It gives you a detailed step by step procedure for integrating Felix with NetBeans.

Kevin Boyd
I think this document is just about *launching* Felix inside Netbeans to debug/profile it.
ivan_ivanovich_ivanoff