While using Eclipse to build our C++ projects on the lab computer the console outputs
Code:
Cannot run program "make": Launching failed
Error: Program "make" not found in PATH
PATH=[C:/Program Files/Java/jre1.8.0_25/bin/server;C:/Program Files/Java/jre1.8.0_25/bin;C:/Program Files/Java/jre1.8.0_25/lib/amd64;C:\frc\bin;C:\Program Files\Java\jre1.8.0_25\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\Program Files\Java\jre7\bin;C:\Program Files\eclipse;]
Does anyone know what I have to add to our PATH to make it work?