when eclipse Start - arcturus9/useful-link GitHub Wiki

* Install Eclipse

http://ubuntuhandbook.org/index.php/2016/01/how-to-install-the-latest-eclipse-in-ubuntu-16-04-15-10/

* When Error at Start

(1) Run/Debug Setting

Project -> Properties -> Run/Debug Settings -> New -> C/C++ Application [Select] -> Apply, Close

(2) Run Configuration(proj_name file in Debug folder)

Run -> Run Configuration -> C/C++ Application [double click] -> {C/C++ Application}: {Browse} [Click] -> {proj folder}+{Debug folder}+{proj_name.o file}[Select] -> OK, Apply

* When Eclipse indexing not working

https://stackoverflow.com/questions/11357009/eclipse-indexing-not-working/29005870
To add paths containing code to parse, follow these steps :

  1. Right click on the project
  2. Select Properties
  3. Go to C/C++ General
  4. Go to Path and Symbols
  5. If the paths are missing, add paths.

To re-parse the code follow these steps :

  1. Right click on the project
  2. Select Index
  3. Rebuild

* Mysql Library