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
JaCarla Anderson
6,116 PointsI am coding a Java app, can someone tell me what program do I use to run the app.
In my class my teacher wants to see the app, but I don't know which program to use to run it.
1 Answer
jcorum
71,830 PointsWhat are you doing the coding in? If you are using an IDE that allows you to compile the program, then it certainly should allow you to run it.
If you are not using an IDE, there are a number of free ones. jGRASP and BlueJ are used by a lot of schools because they are free, easy to install, and have a relatively small learning curve. IntelliJ IDEA and Ellipse are some others, with nicer features, but a higher learning curve. If you google for Java IDEs you will get quite a list!
JaCarla Anderson
6,116 PointsJaCarla Anderson
6,116 PointsI was using workspaces to compile the app. And thank you I will Google search some now.