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

Daniel Utrera
Daniel Utrera
114 Points

I manage to compile and follow the instructions but it appear this message in the Console

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

1 Answer

Hi daniel utrera

From what I understand from your question, is that you want to compile but also run the Java file. First check if you've saved the file. If not there will be an orange-red-ish dot next to your filename in the upperleft from your workspace window. If it is there, press ctrl+s then run it with javac "filename.java" && java filename