Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Data Structures Organizing Data Splitting Strings

Sølvi Qorda
Sølvi Qorda
14,194 Points

How would I run programs in a program like Eclipse?

Hi all,

I'm trying to build my 'independent learner skills' by building programs in Eclipse. What's the best way to run those programs, through the console, or through MacOSX's Terminal?

Also is there a REPL function in a program like Eclipse?

Maaaany thanks in advance :)

2 Answers

Gavin Ralston
Gavin Ralston
28,770 Points

I don't think anything has changed since last year when this treehouse thread covered a REPL in eclipse not being available. Running it in your terminal/console yourself looks to be your only option.

..but...

You can build your own plug in in eclipse if you'd like. These instructions are fairly clear, and it looks like the process may not be as involved and scary as you think. Plus it's definitely a good independent learner project. :)

Honestly, though, IntelliJ is a good choice if you're planning on working with Android Studio in the future for android projects, just to be comfortable with the tools you'll be using already.

Sølvi Qorda
Sølvi Qorda
14,194 Points

Thank you for that Gavin, really useful information! :)