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 trialJennifer Chaknis
Full Stack JavaScript Techdegree Student 46 PointsIn workspace no output besides Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Hi,
I just started the free trial in the Techdegree for Java. I am inputting the information correctly but when i compile it (javac Introductions.java) all that is displaying is Picked up JAVA_TOOL_OPTIONS: -Xmx128m..... what am I doing wrong? I am trying to printf the string but it just displays the above.
Tyler Combs
15,525 PointsWhat I personally do know is that those little stamps are just for the workspace, you can ignore those. Aside from that, if you are getting those stamps (you can see them as a "success" stamp for compiling and running completing successfully) and only those stamps, I believe you have created an infinite loop. That's what happened to me. If you give me a snapshot of your workspace I can try to debug for you.
Craig Drummond
933 PointsCraig Drummond
933 PointsI'm receiving this output as well. I'm in the parse.Int section of Java Basics and it's giving me this error when I run the program. The program does execute properly, but it's always preceded by this error. Any thoughts?