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 trialJJ T
6,276 Pointspicked up JAVA _Tool_OPTIONS ?
treehouse:~/workspace$ javac Introductions.java
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
treehouse:~/workspace$ java Introductions
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
Hello my name is CraigCraig is learning how to write Javatreehous
treehouse:~/workspace$
How do I get rid of this weird line whenever I try to print something in the compiler??
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
Christopher Spotts
503 Pointssame issue none of the solutions worked.... kinda bummed this is my first course i've taken already a little disappointed
polo solo
Courses Plus Student 437 Pointssame issue
6 Answers
Craig Dennis
Treehouse TeacherThere isn't an issue. We've added more memory to the workspace. It's okay that those informational lines show up.
Sorry for the confusion.
Paulina Gamboa
1,956 PointsI have the same problem!
Brano Coros
688 PointsCan you add more memory to the workspace? I get this error and *.class file is not created.
JJ T
6,276 Pointsthanks!!
I'll try it
Vidhya Sagar
1,568 PointsI think you cannot get rid of them. If you want you can install java compiler on your laptop, then you would not have these random things poping out. It is quite simple and i suggest you install java, depending on the operating system you have to follow different steps. Tell me your operating system, and i will provide the links on how to install java compiler on your machine.
JJ T
6,276 Pointsthanks for the reply!
I'm working with a windows 8
Vidhya Sagar
1,568 PointsRefer to this video and to run a program is same as here, only difference is that you have to open the command terminal in the location of the program, which you can by holding on shift and right clicking and select open command terminal here. You can try sublime text editor or atom ,they both are cool, just google them and you'll find the links. See the video below for java compiler installation. (https://www.youtube.com/watch?v=Hl-zzrqQoSE&list=PLFE2CE09D83EE3E28)
Oscar Camacho
Full Stack JavaScript Techdegree Student 5,428 PointsI am having the same issue and why I need to install the java compiler on my desktop or on my laptop if Treehouse is offering something that is not working
Said Gaforov
809 PointsSame problem here, annoying. How to get rid of them? Can I use InlelliJ IDEA IDE instead?
Frank Carpio
Courses Plus Student 307 PointsFrank Carpio
Courses Plus Student 307 PointsIm having the same issue