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 trialMohammad Aslam
6,053 Pointsweird message on Java Console
I am getting this weird message "Picked up Java tool options" when I run the first line of code at the beginning of Java Basics. Appreciate your help.
treehouse:~/workspace$ javac Introductions.java
treehouse:~/workspace$ javac Introductions.java
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
treehouse:~/workspace$ ls
Introductions.class Introductions.java
treehouse:~/workspace$ java Introductions
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
Hello, my name is Omertreehouse:~/workspace$
1 Answer
Andrew Booth
1,578 PointsThis isn't your fault. It has to do with a new setup TeamTreehouse introduced, which the Java instructor should have mentioned.
Andrew Booth
1,578 PointsAndrew Booth
1,578 PointsIf you have any more questions, feel free to ask. (Reply to this answer with a comment, if needed.)