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
Stacy Chambers
1,179 PointsUnittesting
I am using Eclipse instead of Intelij and it will not let me run program. Is there something I need to do different?
1 Answer
Mikael Woodz
2,360 PointsAre you getting any errors or msg?
Maybe a shot in the dark but have a look at this.
When you click the Run button, click on Java Application, fill out the details, and click Run. The next time, your program will be launched automatically when you click the Run button (or press Ctrl+F11). To alter your launch configuration or to create a new one, select the Run... menu option, in the Run button drop-down menu. Alternatively, you can edit a launch configuration by holding down Ctrl and clicking on the launch you want to edit in the Run or Debug button drop-down list.
source:
https://wiki.eclipse.org/FAQ_Why_doesn%27t_my_program_start_when_I_click_the_Run_button%3F