No web application framework?
For the last few hours I was trying to figure out how to enable javascript debugging in IntelliJ. I came across this guide:
https://www.jetbrains.com/idea/help/enabling-web-application-support.html
When I get to point 3 "Under Additional Libraries and Frameworks, select the Web Application check box.", I get stuck. Under Java, I only have the Groovy framework. There is no web application framework.
I tries searching for how to enable it, couldn't find any help. I updated to the newest version of IntelliJ, still no luck.
How do I get the Web Application framework in IntelliJ?
Please sign in to leave a comment.
Hello.
"Web Applications" are Java web applications, related to Java EE technologies, and probably not what you find.
You most likely need this guide: https://www.jetbrains.com/idea/help/javascript-specific-guidelines.html
In particular, the required module type is Static Web.
Regards,
Alexander.
Just to add one more thing - Web Application Framework is present only in Ultimate version of IDEA (are you using Community version?).
I am using the community edition.