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 Annotations Using Java's Built-In Annotations Using the Directory and Xlint Options in the Command Line

-d out is the correct answer, but quiz says it is wrong

The quiz asks for the option to direct all the .class files to the out directory. I filled in -d out, but the quiz says I am wrong. This works on the command line, and is explicitly discussed by the instructor in the video.

1 Answer

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

-d out is indeed the correct answer, but did you put 'em each on its own blank field? Like this

If you did what I did in the screenshot, your answer should have been marked correct:white_check_mark:.