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 Using your New Tools Multiple Strings

error while trying to clear the console...

treehouse:~/workspace$ clear && javac TreeStory.java && java TreeStory
so this is how i wrote it.. and this what i get: Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m

could anyone please help?

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hi Tahir,

If you look at the "Teacher's Notes" for the 1st video of this course, you will see a note from Craig explaining that what you have there is not an error. That is just part of the memory allocation that Workspace uses for Java.
If you didn't get the output expected, then there is an error in your code, so you will need to post your code so others will be able to help you troubleshoot, or just review your code to see what is missing.
You can either refer to the Markdown Cheatsheet to see how to post small code snippets in the Community, or make a snapshot of your Workspace (the camera icon) to share with the Community.

:dizzy:

okay.. thank you very much :)