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 trialNicolas Thivierge
1,460 Pointserror, cant compile even if the code is right
i keep having issue with compiling my code. i know there are already topics on this issue but i can't seem to find the solution within the awnsers. after i write javac Introductions.java i keep having issue with a Xmx128m. I would like to know how to solve this please.
1 Answer
Jennifer Nordell
Treehouse TeacherHi there! The "error" you're receiving is not actually an error. It has to do with workspaces and memory allocation and process termination in the JVM. You can see a staff member of Treehouse answering exactly this question on this thread.
The bottom line is that you will continue to get this message. It cannot be avoided while using workspaces.
Hope this helps!