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

My code for the PezDispenser isn't working. error: Class names, 'java,Example', are only accepted if annotation proc

My code https://w.trhou.se/wk7nrheg2e

I hope you guys can help me :]

1 Answer

Hey Nicholas,

I forked your workspace and it is running fine here.

Are you executing it like the following and getting an error?

javac Example.java
java Example

Regards, Florian

ditto.

Oh yeah I didn't even thought it was possible to be so dumb :P

I was miss typing to command. Well thank you for making me realise that :]