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 trial

Java

Workspace: 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

Hi 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.

The output i expect comes after it, no issues, just wondering if I was supposed to be seeing it. Thank you.

Yep - it's fine. That's just the output from the compiler configuration. :smile: :dizzy: