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 trialJerry 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