How do I save my .class files in my src folder instead of outside?
Answered
I am currently doing homework involving quine (https://en.wikipedia.org/wiki/Quine_(computing)) and for this assignment I need the .class files to be saved in the src folder instead of outside in the main directory. Please tell me how.
Thanks,
Kiet
Please sign in to leave a comment.
See https://www.jetbrains.com/help/idea/2016.1/configuring-module-compiler-output.html.