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 Receiving Input

Mateo Vega-Sanz
PLUS
Mateo Vega-Sanz
Courses Plus Student 874 Points

Does a red equal sign mean something is incorrect?

I am trying to run the javac Introductions.java but when I press enter, my compiler is giving me this message Picked up JAVA_TOOL_OPTIONS: -Xmx128m Picked up _JAVA_OPTIONS: -Xmx128m

Also, my equal signs are red...not sure if this is a bad thing?

1 Answer

Matthew Kaplan
Matthew Kaplan
9,226 Points

If you notice in the Teachers Notes the Message:

"JAVA_TOOL_OPTIONS: -Xmx128m Picked up _JAVA_OPTIONS: -Xmx128m"

Is not an error and you should just ignore it. And the Red equal signs DO NOT mean that something is wrong that is just the color of the syntax in Java.