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 trialJonathan Chin
573 PointsPicked up JAVA_TOOL_OPTIONS: -Xmx128m
Why does this appear?
2 Answers
Daniel Mallett
14,582 PointsI've got the same, but its because there was some tweaking with the workspaces and java track I believe. But this will not have any effect on the code or interfere the compiling. Nothing to worry about.
Jennifer Nordell
Treehouse TeacherHi there, Jonathan Chin! Daniel is absolutely correct. These are simply informational message about the memory settings from the JVM.
Here are a couple of posts by Treehouse staff where they elaborate on this:
https://teamtreehouse.com/community/picked-up-java-tooloptions
https://teamtreehouse.com/community/picked-up-javatooloptions-xmx128m
This will not affect your code in any way.
Hope this helps!