How do I install Java EE on IntelliJ IDE ? I did it on Eclipse ide doesn't make a web content folder. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

19th Dec 2022, 8:11 PM
shia
1 Réponse
+ 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/
24th Dec 2022, 7:34 AM
Rivan