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 trialmahmoud hassan
1,957 PointsError
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?
2 Answers
Fernando Martinez
Android Development Techdegree Student 921 PointsThat error is from the console not from your program. The treehouse team may look at it.
sumitanantwar
1,511 PointsHello Fernando, I am having the same problem. Do we have any update on this?
Paul Yorde
10,497 PointsHere's a similar question answered that may help you out:
Fernando Martinez
Android Development Techdegree Student 921 PointsFernando Martinez
Android Development Techdegree Student 921 Pointsthat 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.