Merge class files and java files in the same folder
Hi ,
I am new to Intellij IDE.
I created a java project using Intellij IDE in that the classes are stored in separate folder.
Is there any option so that I can change the settings to have classes,java files in the same folder.
Please let me know best solution.
Thanks
Please sign in to leave a comment.
The best solution is to not, under any circumstances, do that. Seriously. This is a common bad practice among people coming to Java from C, but it screws up just about every common Java tool and expected build practice.
--Dave Griffith