DEV Community

William Lake
William Lake

Posted on

4

QuickTip: Add the Eclipse Integrated Terminal

Did you know Eclipse has an integrated terminal? It's such a useful feature in VSCode, I was thrilled when a co-worker pointed out the same functionality in Eclipse.

Adding the View

Navigate to the top most menu and select:

  • Window
    • Show View
      • Terminal

(If for some reason Terminal isn't an option, select Other... and search for "Terminal" by typing it into the resulting dialog.)

Opening a New Terminal

  • Locate your Terminal View (usually opens at the botom) and click the Open a Terminal button: Alt Text
  • In the resulting dialog, select your desired options (go with the defaults if you're unsure) and click OK.
    • Note the Choose Terminal drop-down also provides SSH and Telnet variants- handy!
  • In the new terminal, cd to your project's working directory.

Side Notes

  • Eclipse doesn't always auto-detect file system changes made from the integrated terminal. You can manually refresh your project by right clicking its root node in the Project Explorer and selecting Refresh.
  • You can exit/close a terminal by first entering the exit command, then closing the tab.

Heroku

Deploy with ease. Manage efficiently. Scale faster.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

Top comments (0)

👋 Kindness is contagious

Dive into this insightful write-up, celebrated within the collaborative DEV Community. Developers at any stage are invited to contribute and elevate our shared skills.

A simple "thank you" can boost someone’s spirits—leave your kudos in the comments!

On DEV, exchanging ideas fuels progress and deepens our connections. If this post helped you, a brief note of thanks goes a long way.

Okay