Discussion:
Multi library copies ?
Bayless Kirtley
2014-10-12 16:56:36 UTC
Permalink
I have several small applications that all use the same fairly large libraries. Is there a way to build these so they share one physical copy of those libraries?
Netbeans 7.4 and Windows 7.

Thanks
Bayless
Michael Spence
2014-10-12 20:15:57 UTC
Permalink
I would combine them all into one project.
Post by Bayless Kirtley
I have several small applications that all use the same fairly large
libraries. Is there a way to build these so they share one physical copy of
those libraries?
Netbeans 7.4 and Windows 7.
Thanks
Bayless
Bayless Kirtley
2014-10-12 22:09:46 UTC
Permalink
Thanks for the answer but the projects are unrelated so distribution would be unacceptable.


From: Michael Spence
Sent: Sunday, October 12, 2014 3:15 PM
To: ***@netbeans.org
Subject: [nbusers] Re: Multi library copies ?

I would combine them all into one project.

On Sun, Oct 12, 2014 at 12:56 PM, Bayless Kirtley <***@cox.net> wrote:

I have several small applications that all use the same fairly large libraries. Is there a way to build these so they share one physical copy of those libraries?
Netbeans 7.4 and Windows 7.

Thanks
Bayless


No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4765 / Virus Database: 4040/8374 - Release Date: 10/12/14
Damian Carey
2014-10-12 22:25:58 UTC
Permalink
We we're using "suite chaining" years ago - I worked OK but the need
evaporated so we stopped. This was for reusing both library/jar wrapper and
some common code modules.

This *might* help (I have never used it myself) ...
http://wiki.netbeans.org/DevFaqHowToReuseModules

Cheers,
-Damian
Post by Bayless Kirtley
Thanks for the answer but the projects are unrelated so distribution
would be unacceptable.
*Sent:* Sunday, October 12, 2014 3:15 PM
*Subject:* [nbusers] Re: Multi library copies ?
I would combine them all into one project.
Post by Bayless Kirtley
I have several small applications that all use the same fairly large
libraries. Is there a way to build these so they share one physical copy of
those libraries?
Netbeans 7.4 and Windows 7.
Thanks
Bayless
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4765 / Virus Database: 4040/8374 - Release Date: 10/12/14
Loading...