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

Java Java Basics Getting Started with Java Introduction to Your Tools

Error

There is a problem with the console. I am inputting the correct code however the outcome is different.

Input: console.printf("Hello, my name is Mahmoud");

output: treehouse:~/workspace$ java Introductions
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m

What is the problem here. I udnerstand the picked up stuff is an issue from your end, but why is it still not printing the sentence?

that same problem I had when try to run on the web. Don't know why team tree house tell us something about it. I ran it on my computer.

2 Answers

That error is from the console not from your program. The treehouse team may look at it.

Hello Fernando, I am having the same problem. Do we have any update on this?