Question

I'm relatively new to Java and to IntelliJ Idea in particular (trying it out as a part of students license for the university). I've been following this guide: http://wiki.jetbrains.net/intellij/Creating_JavaEE_Applications_and_Servlets_with_IntelliJ_IDEA on creating servlets; the problem is at the step "Creating Servlet" I cannot find the "Java EE Build settings" tab in the Web facet properties window, as shown in the screenshot.

In my case, the layout is similar to what should be in the "Web settings" tab of the same window, it seems, but the "Java EE Build settings" is missing. I realize that this guide was written for an older version of Idea, so things might have changed since then, but I had no luck finding the place in the settings which is now serving the same purpose (and a multitude of screenshots of Idea of different versions running on different OSes, all having this "Java EE Build settings" tab, confuses me). Where is the replacement for that tab in version 12?

Was it helpful?

Solution

The tutorial you are using is for IntelliJ 7.0

Here are two for IntelliJ 12.0:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top