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 trialDaniel Mallett
14,582 PointsJava Compiling on Introduction
Hi all. I do apologize if this has already been asked..
I have just started the Java introduction and entered the exact same as what was shown on the screen. When I tried to compile it I keep coming across this
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
I have looked on threads on here and tried to clear it. and when I tried after clearing it showed my program but kept bring up the above errors. Is there anyway around this or something I have done?
Thank you all for your time.
1 Answer
ofir moalmi
2,161 PointsNot errors, probably just a part of the workspace, your code should compile fine after that message, just ignore that.
Daniel Mallett
14,582 PointsDaniel Mallett
14,582 PointsAwesome thank you for your reply. Yes it does still show them but it also shows the end result too. Thanks again for your reply.