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 trialGriffin Moon
1,725 PointsEvery time i run my code in the workspace it doesnt say i have a error it just says this: Picked up JAVA_TOOL_OPTIONS: -
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHi Griffin,
If you have a look at the Teacher's Notes on the first video for the Java course, you will see that these output messages you mention are completely normal and expected. These can also not be turned off. It is part of the Java Workspaces and has to do with memory allocation.
If your code is supposed to output something and all you see is the Workspace Java messages, then there is an error in your code.
In order to help you debug this, you will need to share your workspace by making a snapshot and providing us the generated URL.
Keep Coding! :)
Griffin Moon
1,725 PointsGriffin Moon
1,725 Pointsthank you i know that the code is supposed to be there but what was supposed to print out on the console did not. but i figured out that the problem was in my code. thanks for responding. :)