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 Java Basics Getting Started with Java Strings and Variables

Compile error

error: Class names, 'Introductions', are only accepted if annotation processing is explicitly requested
1 error

The code has no wrong, thats why i dont understand why this workspace doesnt compile my . java file

Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

You will need to post your code if you would like the students in the Community to be able to help you troubleshoot. Without any code, it is impossible for us to help. :)

(Please see the Markdown Cheatsheet for how to post code in the Community) :dizzy:

Is it possible to insert a other workspace, maybe like netbeans. I find this easier because i have to work with netbeans for school.

Craig Dennis
Craig Dennis
Treehouse Teacher

You can copy and paste the code and put it in triple back ticks followed by java

String andItWillFormatPropery = "Whee!";