Hello,

I have got a question regarding modules in Rich Client Platform.

I have got some plain Java modules. They are not related to Netbeans in any way. They are general libraries. Lets call them A, B and C.

Now, I program a Netbeans program having two Netbeans Modules, lets say NX an NY.

NX needs A and B, so I add them.
NY needs B and C, so I add them.

The problem is that if NX and NY are added to the platform B is loaded twice.

I suppose that I have to set the scope of B to provided in either NX or NY. However, this seems to be steange to me.

Can someone tell me the correct way?
Thanks.

Regards  

Netcrystals
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to