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 trialFritz Antoine Vergara
414 Pointshelp with workspaces
I was following the video Java beginner. I manage to put all the codes right (i think) but i right after I enter "javac Introductions.java" i keep getting that "Picked up JAVA_TOOL_OPTION: -Xmx128m" and "Picked up _JAVA_OPTIONS: -Xms128m" not sure what to do here.
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsThis is explained by Craig in the Teacher's Notes for the first video for this course. It's always good to make sure and read the Teacher's notes attached to every video.
Essentially, that message has no bearing on the course or code. It is simply a part of the structure of the Java Workspaces on Treehouse and has to do with behind-the-scenes memory allocation.
If your code should have output something, then there could be an error with your code and you will need to share that, but if your code had no output, then it's all good as the stated message is not an error.
:)