JSP support
Answered
Where od I find what has changed in the latest IDEA version in case JSP support? I'm trying to update Struts2 plugin (which was donated to ASF) to work with the latest version of IntelliJ but a lot things has changed and I cannot figure out how to fix that.
Can you point me to some migration guide?
Please sign in to leave a comment.
Hey, Łukasz!
All the JPS-related classes now belong to the Java plugin. Please add a dependency on the `com.intellij.java` bundled plugin.
Great, thanks a lot!