How can I temporarily run 'make' from the Eclipse terminal?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I temporarily run 'make' from the Eclipse terminal?
Asked by:
59 Viewed 59 Answers

Answer (59)

Best Answer
(344)
Open the Eclipse terminal (Window -> Show View -> Terminal). You can then try running 'make' directly from the terminal. If it works there, it confirms that 'make' is in your PATH and accessible. If it doesn't work in the terminal, the problem is likely with your PATH configuration or the Eclipse environment settings, not the project itself.