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 trialCharles Sharpe
2,013 PointsWhen I do the first command to print out this java line. Everything is saved & works, but it does not output correctly.
When I do the first command to print out this java line. Everything is saved & works, but it does not output correctly via the console.
Although, when I run my code inside eclipse, it works.
Browser Using: Google Chrome (most updated version) All plugins are enabled.
This is not that important, but to ensure integrity; this console and work space is phenomenal to use to aid in education & growth. Really makes it easy to use the console within TeamTreeHouse; only if it works though across all platforms.
1 Answer
Charles Sharpe
2,013 PointsOkay, I figured out a way to fix this some how.
I simply recreated the Introductions.java file & saved it using the following command: javac Introductions.java
After that, I ran java Introductions and everything worked like it was suppose to.