Build 1104: NoClassDefFoundError com/intellij/uiDesigner/core/GridLayoutManager

I have designed a small test project to see the GUI capabilities of new Idea
4 (build 1104).
After I designing a form and binding it to fields and a class I got the
NoClassDefFoundError exception!
That is because I used Grid layout.

java.lang.NoClassDefFoundError:
com/intellij/uiDesigner/core/GridLayoutManager

From where can I get this library?

(This exception comes only when compiling. Not at designing. Is it because
they have scrammbled the classes in the libraries?)

Lasantha Kularatne.



0
Avatar
Permanently deleted user

You need to attach

]]>/lib/forms_rt.jar

Alain

0
Avatar
Permanently deleted user

Hi,

Since 1108 this should not be neccessary. Forms runtime classes will be
(optionally, option is on by default) copied to the compiler output if
project has UI forms.

Anton Katilin
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure"


"Alain Ravet" <alain.ravet.list@wanadoo.be> wrote in message
news:bu89m9$r40$1@is.intellij.net...

You need to attach

>

<idea_home>/lib/forms_rt.jar

>

Alain



0
Avatar
Permanently deleted user

On Fri, 16 Jan 2004 19:08:01 +0300, Anton Katilin wrote:

Since 1108 this should not be neccessary. Forms runtime classes will be
(optionally, option is on by default) copied to the compiler output if
project has UI forms.


Great - sadly, for some reason on this machine I can't use the GUI
designer. IDEA fails to list my .form files as part of the project, so
that it doesn't linkup the usages, or processed the byte compilation.

If I checkout the project to another machine, everythings fine. This
happened in an earlier build as well and I can't for the life of me figure
out what it is.

0
Avatar
Permanently deleted user

On Sat, 17 Jan 2004 06:42:20 +1300, Mark Derricutt wrote:

Great - sadly, for some reason on this machine I can't use the GUI
designer. IDEA fails to list my .form files as part of the project, so
that it doesn't linkup the usages, or processed the byte compilation.


Blitzed the system folders and everything works with the GUI designer
again. yay


--
Discouragement is a dissatisfaction with the past, a distaste for the
present, and a distrust of the future - Maree De Jong, CLCA.

0
Avatar
Permanently deleted user

Thanks a lot. Its working!
Lasantha.

"Alain Ravet" <alain.ravet.list@wanadoo.be> wrote in message
news:bu89m9$r40$1@is.intellij.net...

You need to attach

>

<idea_home>/lib/forms_rt.jar

>

Alain



0
Avatar
Permanently deleted user

Note its now in the ./redist directory as well.

On Mon, 19 Jan 2004 08:07:37 +0600, Lasantha Kularatne wrote:

Thanks a lot. Its working!
Lasantha.

"Alain Ravet" <alain.ravet.list@wanadoo.be> wrote in message
news:bu89m9$r40$1@is.intellij.net...

>> You need to attach
>>
>> /lib/forms_rt.jar >> >>]]> Alain

0

请先登录再写评论。