+ 1
How do I install Java EE on IntelliJ IDE ? I did it on Eclipse ide doesn't make a web content folder.
I have to download Java EE and connect it to Tomcat for web development
1 Antwort
+ 1
Here is the official documentation for Intellij IDEA: https://www.jetbrains.com/help/idea/java-ee.html
The link also contains tutorial on how to build Java EE applications. As for Tomcat, you can follow along the tutorial here: https://www.jetbrains.com/idea/guide/tutorials/working-with-apache-tomcat/introduction-downloading-tomcat/