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 trialsohib yhya
80 PointsWorkspaces issue
hi guys as per lesson#1 on track of java learn (
java Introductions) we need to write. console.printf.("hello my name is sohin");
and then we will go to console to write. javac Introductions.java but the problem is that im getting error message that
Picked up JAVA_TOOL_OPTIONS: -Xmx128m
Picked up _JAVA_OPTIONS: -Xmx128m
Introductions.java:8: error: <identifier> expected
console.printf.("hello my name is sohib");
please guys support me as I couldn't complete my course due to this issue .
Christopher Janke
11,054 PointsChristopher Janke
11,054 PointsThis seems to be a problem in your code syntax. If you could please attach it, I feel that I could help you resolve the issue that you are having.