Issue
I recently update my MAC to High Sierra version, and after that my terminal eclipse view appears empty. I'm using Eclipse Neon:
src="https://i.stack.imgur.com/ObDw3.png" alt="enter image description here">
I can write commands, but I can't show it:
My Eclipse terminal configuration:
I want show again the command line where I'm writing. Any ideas?
Solution
This is a known problem that has already been fixed in the CDT PTY support for Oxygen.1:
- Eclipse Bug 522590 - No prompt or typing output with High Sierra [Duplicate]
- Eclipse Bug 519886 - eclipse CDT failed to create PTY on macOS 10.13 beta
If an upgrade to the latest version version does not solve the problem, see bug 522590, comment #1:
Until then, you can add this p2 repository URL :
http://download.eclipse.org/tools/cdt/builds/oxygen/milestones
in the Help > Install New Software dialog. Disable the Group by Category and install the C/C++ Development Tooling Native Utilities.
Answered By - howlger
Answer Checked By - Gilberto Lyons (JavaFixing Admin)