Question
How can I temporarily run 'make' from the Eclipse terminal?
Asked by: USER6781
59 Viewed
59 Answers
Answer (59)
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.