Where do you find the forms_rt.jar file for intellij
已回答
I keep getting a com.intellij.uiDesigner.core error in my code when I try to compile a gui.
Everyone says to add the forms_rt.jar file but I don't know where that is or how to do that. Can someone please provide detailed instructions? I use a mac.
请先登录再写评论。
Hi. This library should be located under <IDEA_Installation_Directory>\libs, add it to the module dependencies as described here: https://www.jetbrains.com/help/idea/working-with-module-dependencies.html
How would we do that in gradle? (ie. when we delegate the build to gradle, not intellij idea)
Cristian Pasat
Try the following:
Thats an ancient version.