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 trialMohamed Isse
309 PointsThe console is printing out the following before the it prints out the code output.
What is causing the console to print out the following before it prints out the code output. picked up JAVA_TOOL_OPTIONS: -Xmx128m picked up JAVA_OPTIONS: -Xmx128m picked up JAVA_TOOL_OPTIONS: -Xmx128m picked up JAVA_OPTIONS: -Xmx128m
2 Answers
Jennifer Nordell
Treehouse TeacherHi there! This can be ignored as it is to do with an option for Workspaces designed to limit the amount of resources used. Here's an explanation by a Treehouse staff member: https://teamtreehouse.com/community/picked-up-javatooloptions-xmx128m
Hope this helps!
Mohamed Isse
309 PointsHi Jennifer,
Thanks for your helpful feedback. I will ignore it for know as long as my program compiles and the code runs.
Regards, Mohamed