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 trialLeo Red
433 PointsOn the workscape - Picked up JAVA_TOOL_OPTIONS: -X
when I'm compiling java code on workscape I'm getting following lines on the workscape Picked up JAVA_TOOL_OPTIONS: -Xmx128m ? How to get rid off these lines on workscape editor?
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHey Leo,
You can't get rid of them. Those lines are normal and part of the Java application in Workspaces. It is not an error on your part and should be there.
You can see the message from Treehouse staff member Nathan.
Keep Coding!
Leo Red
433 PointsLeo Red
433 PointsThanks..