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

Picked up JAVA_TOOL_OPTIONS: -Xmx128m

I am at the very beginning and I am trying to do javac Introductions.java but everytime i press enter it says " Picked up JAVA_TOOL_OPTIONS: -Xmx128m". What does this mean? What should I do for it not to do that anymore?

1 Answer

Hi Keith,

Don't worry about that message - you will always see it. It just represents the state of the compiler. Did you expect some other output or did your expected output also appear?

If the latter, then great! Else, post your code and what you expected it to do and we can help from there.

Steve.