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

Digital Literacy Computer Basics Computer Languages Programming Paradigms - Part 2

Trevor Duersch
Trevor Duersch
9,964 Points

Write the phrase "Hello YOUR NAME" in Java, not working?

Here is my code and I'm most certain it should work but when I check the code, it says I'm having issues. Are the servers not working?

HelloWorld.java
public class HelloWorld {
  public static void main(String[] args) {

    System.out.println("Hello TREVOR");

  }
}

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hi Trevor,

Yes, your code is correct, and it seems like there are still issues with the Java Code Checker engines. :(

The Support Team is aware and are surely working hard to fix this asap.

For now, if you would like, you can skip over the challenge and continue learning. You do this by navigating with the littel buttons above the video window. Make sure you come back to the Challenge once the issues are fixed up, so you can receive your badge for this course.

Nice work and sorry for the troubles. :) :dizzy: