Why the Eclipse Terminal view appears empty on MAC?

Viewed 1446

I recently update my MAC to High Sierra version, and after that my terminal eclipse view appears empty. I'm using Eclipse Neon:

enter image description here

I can write commands, but I can't show it: enter image description here

My Eclipse terminal configuration: enter image description here

I want show again the command line where I'm writing. Any ideas?

2 Answers

This is a known problem that has already been fixed in the CDT PTY support for Oxygen.1:

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.

I have encountered the same issue, i.e blank terminal in Windows 10. Later found out that the issue is related to Darkest Dark Theme in eclipse. Even if you undo the theme changes it would still not work. I have re-installed the eclipse and terminal appeared.

Related