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 trialTendai Chirimuta
2,825 PointsI am having challenges in printing text on the screen using console
It is saying the class cannot be found.
Oliver Michaelsen
Courses Plus Student 1,166 PointsHey there!
Make sure you're typing exactly what Craig is. Start with "javac Introductions.java" to compile the code that Craig wrote. To ensure that the code compiled properly, write "ls" which will list the .class and .java file. If the two files are there, write "java Introductions", do not write "javac" or ".java" as they are not needed when you have to run the program.
Let me/us know if that worked for you.
1 Answer
Tendai Chirimuta
2,825 PointsIt worked. Thanks
Oliver Michaelsen
Courses Plus Student 1,166 PointsYou're most welcome!
Ruud Claassen
9,359 PointsRuud Claassen
9,359 PointsHi Tendai, could you add your code to the question?