j2emanue
j2emanue

Reputation: 62519

Intellij - web application plugin is not appearing in new project

In Intellij i'd like to use a plug-in similar to eclipse's wtp tool. My end goal is to build servlets within the IDE and and run it locally on my pc.

I've tried searching for the plugin in the prefereneces under plugins to no success. Here is an image of what my plugin options look like when im trying to create a new project, and notice how there is no web application plugin showing on the left column, how do i fix it ?

enter image description here

Upvotes: 2

Views: 1982

Answers (1)

Andy Senn
Andy Senn

Reputation: 649

If you are using IntelliJ IDEA Community Edition, it does not support Java EE. However, IntelliJ IDEA Ultimate Edition does provide Java EE support.

https://www.jetbrains.com/idea/features/editions_comparison_matrix.html

Upvotes: 3

Related Questions