Top "Libraries" questions

Use this tag for questions about software libraries.

How to add local jar files to a Maven project?

How do I add local jar files (not yet part of the Maven repository) directly in my project's library sources?

java maven dependencies libraries mvn-repo
What is the difference between a framework and a library?

What is the difference between a framework and a library? I always thought of a library as a set of …

frameworks language-agnostic libraries terminology
How to add additional libraries to Visual Studio project?

Allergro is an open souce C++ addon library for graphics manipulation. How do I add this library to my compiler? …

c++ visual-c++ shared-libraries libraries
Java out.println() how is this possible?

I've seen some code such as: out.println("print something"); I tried import java.lang.System; but it's not working. …

java printing libraries
How to See the Contents of Windows library (*.lib)

I have a binary file - Windows static library (*.lib). Is there a simple way to find out names of …

windows static-libraries libraries
Node.js Logging

Is there any library which will help me to handle logging in my Node.Js application? All I want to …

node.js logging libraries
The project was not built since its build path is incomplete

Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors: The project …

android eclipse project libraries target
Add external libraries to CMakeList.txt c++

I have my external library as shown in this picture that I create the symbolic links after: and the headers …

c++ cmake libraries
libstdc++-6.dll not found

I have been working on a project (a game to be specific) and I feel that I should start over …

c++ mingw libraries
fatal error LNK1104: cannot open file 'kernel32.lib'

I've been getting this error ever since I installed the .NET Framework SDK for 64-bit programming on my Visual C++ 2010 …

visual-studio-2010 visual-c++ libraries