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.
请先登录再写评论。
You need to attach
]]>/lib/forms_rt.jar
Alain
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...
>
>
On Fri, 16 Jan 2004 19:08:01 +0300, Anton Katilin 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.
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.
On Sat, 17 Jan 2004 06:42:20 +1300, Mark Derricutt wrote:
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.
Thanks a lot. Its working!
Lasantha.
"Alain Ravet" <alain.ravet.list@wanadoo.be> wrote in message
news:bu89m9$r40$1@is.intellij.net...
>
>
Note its now in the ./redist directory as well.
On Mon, 19 Jan 2004 08:07:37 +0600, Lasantha Kularatne wrote:
>> You need to attach
>>
>> /lib/forms_rt.jar >> >>]]> Alain