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

I am very new to Tree house and facing issue with the workspace while compiling any java code

I am very new to Tree house and facing issue with the workspace while compiling any java code The following error prompts every time i try compiling any java code. Even when I try to compile the sample code available in the workspace (from Tree house team). treehouse:~/workspace$ java TreeStory.java
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m

1 Answer

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

Hi there, Anoop Kumar ! Not to worry! There's nothing actually wrong here. I know it looks a bit scary and not like what the teacher's screen looks like, but those are simply informational messages about the memory options set in the JVM. You will continue to get those, but it has no effect on your code whatsoever :smiley:

Here are a couple of posts by Treehouse staff where they elaborate on this:

Hope this helps! :sparkles:

Thanks a lot Jennifer, that helped.