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 Java Basics Getting Started with Java Introduction to Your Tools

_JAVA_OPTIONS

Whenever I compile, I get 2 lines of code returned: Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m

They don't seem to be errors, because it still compiles and then when I run the program it's fine, but is there a way to get rid of them?

2 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hi Henry Spock

If you have a look at the Teacher's notes below the video, it explains that those lines are not errors. They are part of the Treehouse Workspace configuration and cannot not be removed.

Not all code produces output. So, if you received no errors upon compiling, then your code is probably correct.

:dizzy:

Well, it's not that big a deal, I just like looking at a clean space! Thanks Jason.