977: Where is forms_rt.jar?

Or somewhere to load com/intellij/uiDesigner/core/GridLayoutManager from?

As a work-around I included forms_rt.jar from a previous build, which seems
to work ok.


0

Have same problem after installing 977.

It seems that plugins/uiDesigner is not included in the install??? If you follow the menu File->Configure Project Tab->Libraries Edit->Application Libraries both uiDesigner and forms_rt is pointing to a non existing folder %INTELLIJ_HOME%\plugins\uiDesigner??????

Cheers Frank

0
Avatar
Permanently deleted user

Inluding idea.jar in your project will solve the problem. The ui designer
appears to have been integrated into idea and is no longer a plugin.

"Colin Smith" <colin.smith@viewgate.com> wrote in message
news:bp3n80$om9$1@is.intellij.net...

Or somewhere to load com/intellij/uiDesigner/core/GridLayoutManager from?

>

As a work-around I included forms_rt.jar from a previous build, which

seems

to work ok.

>
>


0
Avatar
Permanently deleted user


Colin Smith wrote:

Or somewhere to load com/intellij/uiDesigner/core/GridLayoutManager from?


You can find forms_rt.jar is in <idea-home>/lib now.

Sascha


0
Avatar
Permanently deleted user

It seems that the idea layout manager is moved to javac2.jar file with java byte manipulator and ant tasks. But i still prefer form_rt.jar because that is smaller in size.

0

请先登录再写评论。