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 trial

Java Java Basics Getting Started with Java Introduction to Your Tools

Leo Dixon
PLUS
Leo Dixon
Courses Plus Student 314 Points

Hi, I don't get the same results. It doesn't print out "Hey my name is...", it prints out :Picked up JAVA_TOOL_OPTIONS:

Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
treehouse:~/workspace$ ls
Introductions.class Introductions.java Untitled.html
treehouse:~/workspace$ java Introductions
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
treehouse:

2 Answers

Leo Dixon
PLUS
Leo Dixon
Courses Plus Student 314 Points

Hi Jennifer. I did the mistake of not saving, that was why my text didn't show up... Thank you :)

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! The easiest way for us to help you troubleshoot this will be to have you make a snapshot. You can find instructions in the link. This will allow us to fork your workspace and look at both your code and file structure.

On a side note: The lines that contain "JAVA_OPTIONS" and "JAVA_TOOL_OPTIONS" are neither an error nor a warning. They have 0 effect on your code. They are simply informational messages provided by the JVM about memory options set in workspaces.

I look forward to seeing your snapshot! :sparkles: