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

Workspace not compiling on Java Course

workspace not compiling on java

Hi There, hoping someone can help please, I've tried to compile code on the beginners Java course, I enter javac Introductions.java , the prompt appears. However when I enter java Introductions nothing happens I have double checked the syntax and it looks correct. Has anyone else had the same issue.

2 Answers

Hi David,

You could try, javac Introductions.java && java Introductions

Also check if is Introductions and not Introduction.

You could also try closing workspaces down and then bringing it up again.

If you still have a problem please say.

Thanks Peter the double ampersand fixed the issue. Best regards David

No problem, glad I could help.