Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jerry Wilson
327 PointsWhy did I get "Picked up Java_Tools_Options: -Xmx128m Picked up _Java_Options: -Xmx128m" after javac file pushing enter?
In console at prompt I entered javac Introductions.java, pushed enter key and got "Picked up Java_Tools_Options: -Xmx128m Picked up _Java_Options: -Xmx128m", extra script that the video did not show, why? Is this a windows 10 thing? Ignore it and go on? Did I do something wrong?
2 Answers

Jennifer Nordell
Treehouse TeacherHi there! No, it's not a Windows 10 thing. I'm assuming you're doing this in the workspaces console. Yes, you can safely ignore it and move on. It's not an error. It is an informational message from the JVM about memory options set by Treehouse.
Hope this helps!

merrillgoussot
1,686 PointsThanks for the swift reply jennifernordell Of course there is a note, not sure how I missed that.
Jerry Wilson
327 PointsJerry Wilson
327 PointsThank you Jennifer, I'm just getting started in coding and everything is so new.
Linus Karlsson
7,402 PointsLinus Karlsson
7,402 PointsYes, thank you Jennifer! I had the same question.
merrillgoussot
1,686 Pointsmerrillgoussot
1,686 PointsSame here, maybe there should be a note added about it so we don't waste time trying to fix a non existing error. I assumed I had typed something wrong.
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse Teachermerrillgoussot There is a note. In fact, it's the very first Teachers note associated with this video