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.

Dan Oswalt
23,438 PointsWorkspace: extraneous output when running Java commands
Whenever I run Java or Javac in the workspace, it throws this into the command line first:
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
Which doesn't show up in the videos, so I assume it shouldn't be there. Is there something I can do to make it be quiet?
1 Answer

Steve Hunter
57,684 PointsHi Dan,
Don't worry about that, it's just the setup stuff for the Java compiler. Ignore it; it's fine.
Are you expecting additional output?
Steve.
Dan Oswalt
23,438 PointsDan Oswalt
23,438 PointsThe output i expect comes after it, no issues, just wondering if I was supposed to be seeing it. Thank you.
Steve Hunter
57,684 PointsSteve Hunter
57,684 PointsYep - it's fine. That's just the output from the compiler configuration.
