简体   繁体   中英

After maven project imported in Intellij IDE all java option missing

I'm using iIntelli IDEA ultimate 15. I created a maven project from console as: mvn archetype:generate -DgroupId=com.maum.spring -DartifactId=CounterWebAppMasum -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false

When I import it in IDE all Java option missing such as make new package, class, etc. How can I bring Java options after import maven project in iIntelli IDEA ultimate 15? Please check the picture :-

在此处输入图片说明

UPDATED information.

I created directory structure and add a java file. But it doesn't recognize as java project. Check the following pic:-

在此处输入图片说明

I think its because IntelliJ has missed that its a Java Project.

Right click on the Java directory and select 'Mark Directory As' from the context menu, then Select "source root"

You might have to manually set the type in the project module settings, press F4

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM