eclipse - Maven Project: Java class does not get displayed as Java source? -


i have created maven project in eclipse if create java class added src/main/resources , not displayed java source code:

enter image description here

what missing here?

actually creating class in wrong directory. classes should in src/main/java source classes , src/test/java test classes. maven follows standard directory structure. check link more info


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -