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 trialDonna Hall
203 PointsPicked up JAVA_TOOL_OPTIONS: -Xmx128m
hi - I am getting this message pretty much constantly. I believe it can be ignored, however it isnt lauching the input window for one of the early exercises.
anyone know if there is anything i need to do with it?
2 Answers
Donna Hall
203 PointsThanks Duncan. Itβs annoying as it prevents the dialog box from popping up.
Jason Anders
Treehouse Moderator 145,860 PointsThis is explained in the Teacher's Notes in the first video for the Java Course. It is something that is used by Treehouse's Workspaces to manage memory for the Java Environment. It is not an error and cannot be removed, and it will have no effect on any of your code.
If something is supposed to be "popping up" as you describe, but isn't, then the problem will be with your code, not the Java Workspace message. Have a quick look again at your code.
You haven't linked any challenge or course to this thread, so I cannot provide any better troubleshooting. If you are still having an issue, you will need to link the challenge, course, or video being referenced. Even better is to click the Get Help
button located at each video, challenge, or quiz, as this will directly link to the correct spot. With this method, make sure "include code" is checked and it will also add your code to the post, so others will be able to help troubleshoot.
Another point, many of the challenges in the Java courses are correct when nothing is returned in the console.
Keep Coding! :)
Duncan Samarasinghe
535 PointsDuncan Samarasinghe
535 PointsI think it is a standard message when compiling. I do not think you have to address it.