I am doing this tutorial, which asks me to create multiple source directories in eclipse. Can someone explain how to do that? I am describing the steps I have taken so far as follows:
The image below shows the tutorial's directory structure on left, and my current directory structure on right:
As you can see, I need to create the following folders under Java Resources:
src/test/java
src/test/resources
src/main/resources
However, when I right click on the Java Resources folder and select new source folder, I get the following dialog box, for which I have clicked on the Browse... Folder Name button to open the subdialog which is also shown:
At this point, none of the choices seem to be what I want. So how do I create the three new src subdirectories that are specified by the tutorial?