I am wanting to import a C++ library (folder with C++ files) into eclipse. I've been looking online and haven't had much luck.
Asked
Active
Viewed 1,447 times
0
-
Possible duplicate of [How to call C++ from Java?](http://stackoverflow.com/questions/7593334/how-to-call-c-from-java) – yonutix Oct 01 '15 at 08:43
1 Answers
0
Please, it was the first google result:

Leśny Rumcajs
- 2,259
- 2
- 17
- 33
-
I followed the tutorial (importing from file system) and after attempting to include, it states that the file was not found – user1686342 Oct 01 '15 at 08:55
-
what OS are you using? Anyway, how about this: http://wiki.eclipse.org/CDT/User/FAQ#How_do_I_add_an_external_library_to_my_C.2B.2B_project.3F – Leśny Rumcajs Oct 01 '15 at 09:17