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

Every time i use a new workspace and try to run the program always outputs: Picked up JAVA_TOOL_OPTIONS: -Xmx128m

as well as this: Picked up _JAVA_OPTIONS: -Xmx128m

now I haven't even done anything to the file yet and my import statement seems to be correct: import java.io.Console; any ideas?

2 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hi Megan,

If you have a look at the Teacher's Notes for the First Video of the Course this is explained. It is not an error and just has to do with Memory Allocation for the Java environment in Treehouse's Workspaces.
If your code is supposed to output something and isn't, then the error is in your code. If your code is not supposed to output anything, then all is fine, as those line are normal and expected.

:) :dizzy:

Derek Lam
Derek Lam
1,012 Points

Then what is the solution??? i follow the instructions, but the console keep showing Picked up _JAVA_OPTIONS: -Xmx128m.... yes i noticed the Teacher's Notes but where is the solution????????????