Monday 19 May 2014

Configure on Eclipse

How To add  jar file  in eclipse
http://stackoverflow.com/questions/5285986/using-java-library-in-eclipse

Shared libraries are .so (or in Windows .dll, or in OS X .dylib) files
Static libraries are .a (or in Windows .lib) files
http://stackoverflow.com/questions/12237282/whats-the-difference-between-so-la-and-a-library-files

How to create and use .a file and .so files on eclipse
http://stackoverflow.com/questions/16815208/how-to-build-eclipse-c-project-as-a-library-and-add-it-to-another-project
http://stackoverflow.com/questions/14634031/eclipse-c-c-using-static-shared-library-project-in-executable-project
Thong LT

No comments:

Post a Comment