I removed the uiDesigner folder from my <idea-home>/plugins and when I start I get the internal error dialog. The console has the following exception. (If I put the directory back, no exception)
ERROR - intellij.plugins.PluginManager - ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Aurora) Bui ld #833 ERROR - intellij.plugins.PluginManager - JDK: 1.4.1_02 ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) Client VM ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems Inc . ERROR - intellij.plugins.PluginManager - OS: Windows 2000 ERROR - intellij.plugins.PluginManager - Last Action: ERROR - intellij.plugins.PluginManager - java.lang.NoClassDefFoundError: com/intellij/uiDesigner/core/GridLayoutManager at org.intellij.sequencer.config.e.b(Unknown Source) at org.intellij.sequencer.config.e.]]>(Unknown Source) at org.intellij.sequencer.config.Configuration.initComponent(Unknown Sou rce) at com.intellij.openapi.components.a.a.a(a.java:82) at com.intellij.openapi.components.a.a.getComponent(a.java:62) at com.intellij.openapi.components.a.a.m(a.java:122) at com.intellij.openapi.components.a.a.i(a.java:4) at com.intellij.openapi.application.a.d.a(d.java:170) at com.intellij.idea.d.b(d.java:32) at com.intellij.idea.j.run(j.java:2) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ERROR - ij.components.ComponentManager - Component class org.intelli j.sequencer.config.Configuration is being requested during its own initializing procedure ERROR - ij.components.ComponentManager - IntelliJ IDEA (Aurora) Bui ld #833 ERROR - ij.components.ComponentManager - JDK: 1.4.1_02 ERROR - ij.components.ComponentManager - VM: Java HotSpot(TM) Client VM ERROR - ij.components.ComponentManager - Vendor: Sun Microsystems Inc . ERROR - ij.components.ComponentManager - OS: Windows 2000 ERROR - ij.components.ComponentManager - Last Action: ERROR - ij.components.ComponentManager - java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55) at com.intellij.openapi.components.a.a.getComponent(a.java:0) at com.intellij.openapi.application.a.d.f(d.java:220) at com.intellij.openapi.application.a.d.saveSettings(d.java:151) at com.intellij.ide.cp.b(cp.java:34) at com.intellij.ide.cp.b(cp.java:45) at com.intellij.ide.cs.run(cs.java:5) at com.intellij.util.Alarm$1.run(Alarm.java:7) at com.intellij.util.Alarm$2.run(Alarm.java:13) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ERROR - ij.components.ComponentManager - Component class org.intelli j.sequencer.config.Configuration is being requested during its own initializing procedure ERROR - ij.components.ComponentManager - IntelliJ IDEA (Aurora) Bui ld #833 ERROR - ij.components.ComponentManager - JDK: 1.4.1_02 ERROR - ij.components.ComponentManager - VM: Java HotSpot(TM) Client VM ERROR - ij.components.ComponentManager - Vendor: Sun Microsystems Inc . ERROR - ij.components.ComponentManager - OS: Windows 2000 ERROR - ij.components.ComponentManager - Last Action: ERROR - ij.components.ComponentManager - java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55) at com.intellij.openapi.components.a.a.getComponent(a.java:0) at com.intellij.openapi.components.a.a.m(a.java:122) at com.intellij.openapi.components.a.a.p(a.java:181) at com.intellij.openapi.application.a.d.saveSettings(d.java:56) at com.intellij.ide.cp.b(cp.java:34) at com.intellij.ide.cp.b(cp.java:45) at com.intellij.ide.cs.run(cs.java:5) at com.intellij.util.Alarm$1.run(Alarm.java:7) at com.intellij.util.Alarm$2.run(Alarm.java:13) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
I suspect you'll need to move the forms_rt.jar file into your lib directory (or just leave it where it is and only delete the uiDesigner.jar file). My guess is that IDEA itself relies on that runtime jar, since JetBrains people have said in the past that they use the UI designer themselves...
Vil.
charles decroes wrote:
hmm, maybe i'm doing something wrong.
I removed the uiDesigner folder from my <idea-home>/plugins and when I start I get the internal error dialog. The console has the following exception. (If I put the directory back, no exception)
]]>
java.lang.NoClassDefFoundError: com/intellij/uiDesigner/core/GridLayoutManager at org.intellij.sequencer.config.e.b(Unknown Source)
This e-mail and any attachments may be confidential and/or legally privileged. If you have received this email and you are not a named addressee, please inform the sender at Digital Steps Ltd by phone on +44 (0)1483 469 480 or by reply email and then delete the email from your system. If you are not a named addressee you must not use, disclose, distribute, copy, print or rely on this email. Although Digital Steps Ltd routinely screens for viruses, addressees should check this email and any attachments for viruses. Digital Steps Ltd makes no representation or warranty as to the absence of viruses in this email or any attachments.
I have clean up all logs, removed uiDesigner from plugins start IntelliJ 833, then look at log - no exceptions, I open project from uiDesigner (http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesigner) and rebuild all project, the IntelliJ do not try compile forms! I run project, it crashed becose i have no layout - its ok.
So, i close IntelliJ and look at log again, still no exceptions...
VM ERROR - intellij.plugins.PluginManager - Vendor: Sun
Microsystems Inc
. ERROR - intellij.plugins.PluginManager - OS: Windows 2000 ERROR - intellij.plugins.PluginManager - Last Action: ERROR - intellij.plugins.PluginManager - java.lang.NoClassDefFoundError:
com/intellij/uiDesigner/core/GridLayoutManager
at org.intellij.sequencer.config.e.b(Unknown Source) at org.intellij.sequencer.config.e.<init>(Unknown Source) at
org.intellij.sequencer.config.Configuration.initComponent(Unknown Sou
rce) at com.intellij.openapi.components.a.a.a(a.java:82) at com.intellij.openapi.components.a.a.getComponent(a.java:62) at com.intellij.openapi.components.a.a.m(a.java:122) at com.intellij.openapi.components.a.a.i(a.java:4) at com.intellij.openapi.application.a.d.a(d.java:170) at com.intellij.idea.d.b(d.java:32) at com.intellij.idea.j.run(j.java:2) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source) >
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ERROR - ij.components.ComponentManager - Component class
org.intelli
j.sequencer.config.Configuration is being requested during its own
initializing
procedure ERROR - ij.components.ComponentManager - IntelliJ IDEA (Aurora)
VM ERROR - ij.components.ComponentManager - Vendor: Sun
Microsystems Inc
. ERROR - ij.components.ComponentManager - OS: Windows 2000 ERROR - ij.components.ComponentManager - Last Action: ERROR - ij.components.ComponentManager - java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55) at com.intellij.openapi.components.a.a.getComponent(a.java:0) at com.intellij.openapi.application.a.d.f(d.java:220) at com.intellij.openapi.application.a.d.saveSettings(d.java:151) at com.intellij.ide.cp.b(cp.java:34) at com.intellij.ide.cp.b(cp.java:45) at com.intellij.ide.cs.run(cs.java:5) at com.intellij.util.Alarm$1.run(Alarm.java:7) at com.intellij.util.Alarm$2.run(Alarm.java:13) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source) >
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ERROR - ij.components.ComponentManager - Component class
org.intelli
j.sequencer.config.Configuration is being requested during its own
initializing
procedure ERROR - ij.components.ComponentManager - IntelliJ IDEA (Aurora)
VM ERROR - ij.components.ComponentManager - Vendor: Sun
Microsystems Inc
. ERROR - ij.components.ComponentManager - OS: Windows 2000 ERROR - ij.components.ComponentManager - Last Action: ERROR - ij.components.ComponentManager - java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55) at com.intellij.openapi.components.a.a.getComponent(a.java:0) at com.intellij.openapi.components.a.a.m(a.java:122) at com.intellij.openapi.components.a.a.p(a.java:181) at com.intellij.openapi.application.a.d.saveSettings(d.java:56) at com.intellij.ide.cp.b(cp.java:34) at com.intellij.ide.cp.b(cp.java:45) at com.intellij.ide.cs.run(cs.java:5) at com.intellij.util.Alarm$1.run(Alarm.java:7) at com.intellij.util.Alarm$2.run(Alarm.java:13) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source) >
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
I bet you are correct. IMHO jetbrains should fix this. I should be able to delte anything in the plugins folder and the ide should still work. Let's see what everyone else thinks :)
VM ERROR - intellij.plugins.PluginManager - Vendor: Sun
Microsystems Inc
. ERROR - intellij.plugins.PluginManager - OS: Windows 2000 ERROR - intellij.plugins.PluginManager - Last Action: ERROR - intellij.plugins.PluginManager - java.lang.NoClassDefFoundError:
com/intellij/uiDesigner/core/GridLayoutManager
at org.intellij.sequencer.config.e.b(Unknown Source) at org.intellij.sequencer.config.e.<init>(Unknown Source) at
org.intellij.sequencer.config.Configuration.initComponent(Unknown Sou
rce) at com.intellij.openapi.components.a.a.a(a.java:82) at com.intellij.openapi.components.a.a.getComponent(a.java:62) at com.intellij.openapi.components.a.a.m(a.java:122) at com.intellij.openapi.components.a.a.i(a.java:4) at com.intellij.openapi.application.a.d.a(d.java:170) at com.intellij.idea.d.b(d.java:32) at com.intellij.idea.j.run(j.java:2) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source) >
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ERROR - ij.components.ComponentManager - Component class
org.intelli
j.sequencer.config.Configuration is being requested during its own
initializing
procedure ERROR - ij.components.ComponentManager - IntelliJ IDEA
VM ERROR - ij.components.ComponentManager - Vendor: Sun
Microsystems Inc
. ERROR - ij.components.ComponentManager - OS: Windows 2000 ERROR - ij.components.ComponentManager - Last Action: ERROR - ij.components.ComponentManager - java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55) at com.intellij.openapi.components.a.a.getComponent(a.java:0) at com.intellij.openapi.application.a.d.f(d.java:220) at com.intellij.openapi.application.a.d.saveSettings(d.java:151) at com.intellij.ide.cp.b(cp.java:34) at com.intellij.ide.cp.b(cp.java:45) at com.intellij.ide.cs.run(cs.java:5) at com.intellij.util.Alarm$1.run(Alarm.java:7) at com.intellij.util.Alarm$2.run(Alarm.java:13) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source) >
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ERROR - ij.components.ComponentManager - Component class
org.intelli
j.sequencer.config.Configuration is being requested during its own
initializing
procedure ERROR - ij.components.ComponentManager - IntelliJ IDEA
VM ERROR - ij.components.ComponentManager - Vendor: Sun
Microsystems Inc
. ERROR - ij.components.ComponentManager - OS: Windows 2000 ERROR - ij.components.ComponentManager - Last Action: ERROR - ij.components.ComponentManager - java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55) at com.intellij.openapi.components.a.a.getComponent(a.java:0) at com.intellij.openapi.components.a.a.m(a.java:122) at com.intellij.openapi.components.a.a.p(a.java:181) at com.intellij.openapi.application.a.d.saveSettings(d.java:56) at com.intellij.ide.cp.b(cp.java:34) at com.intellij.ide.cp.b(cp.java:45) at com.intellij.ide.cs.run(cs.java:5) at com.intellij.util.Alarm$1.run(Alarm.java:7) at com.intellij.util.Alarm$2.run(Alarm.java:13) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
Source) >
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
You are right Vilya, Indeed, IDEA itself is a client of UIDesigner - so in order to run it requires the runtime: forms_rt.jar. The jar should be in both UIDesigner's lib directory and IDEA's lib. This will be corrected in the next build.
--
Best regards, Eugene Zhuravlev JetBrains, Inc, http://www.intellij.com "Develop with pleasure!"
Strange, i have run it withoout uiDesigner - all works ok...
--
Alexey Efimov, Software Engineer
Sputnik Labs,
http://www.spklabs.com
"charles decroes" <spam@decroes.com> wrote in message
news:29836874.1056111285490.JavaMail.itn@is.intellij.net...
directory from <idea-home>/plugins idea will not start.
>
hmm, maybe i'm doing something wrong.
I removed the uiDesigner folder from my <idea-home>/plugins and when I start I get the internal error dialog. The console has the following exception. (If I put the directory back, no exception)
ERROR - intellij.plugins.PluginManager -
ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Aurora) Bui
ld #833
ERROR - intellij.plugins.PluginManager - JDK: 1.4.1_02
ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) Client
VM
ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems Inc
.
ERROR - intellij.plugins.PluginManager - OS: Windows 2000
ERROR - intellij.plugins.PluginManager - Last Action:
ERROR - intellij.plugins.PluginManager -
java.lang.NoClassDefFoundError: com/intellij/uiDesigner/core/GridLayoutManager
at org.intellij.sequencer.config.e.b(Unknown Source)
at org.intellij.sequencer.config.e.]]>(Unknown Source)
at org.intellij.sequencer.config.Configuration.initComponent(Unknown Sou
rce)
at com.intellij.openapi.components.a.a.a(a.java:82)
at com.intellij.openapi.components.a.a.getComponent(a.java:62)
at com.intellij.openapi.components.a.a.m(a.java:122)
at com.intellij.openapi.components.a.a.i(a.java:4)
at com.intellij.openapi.application.a.d.a(d.java:170)
at com.intellij.idea.d.b(d.java:32)
at com.intellij.idea.j.run(j.java:2)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
ERROR - ij.components.ComponentManager - Component class org.intelli
j.sequencer.config.Configuration is being requested during its own initializing
procedure
ERROR - ij.components.ComponentManager - IntelliJ IDEA (Aurora) Bui
ld #833
ERROR - ij.components.ComponentManager - JDK: 1.4.1_02
ERROR - ij.components.ComponentManager - VM: Java HotSpot(TM) Client
VM
ERROR - ij.components.ComponentManager - Vendor: Sun Microsystems Inc
.
ERROR - ij.components.ComponentManager - OS: Windows 2000
ERROR - ij.components.ComponentManager - Last Action:
ERROR - ij.components.ComponentManager -
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55)
at com.intellij.openapi.components.a.a.getComponent(a.java:0)
at com.intellij.openapi.application.a.d.f(d.java:220)
at com.intellij.openapi.application.a.d.saveSettings(d.java:151)
at com.intellij.ide.cp.b(cp.java:34)
at com.intellij.ide.cp.b(cp.java:45)
at com.intellij.ide.cs.run(cs.java:5)
at com.intellij.util.Alarm$1.run(Alarm.java:7)
at com.intellij.util.Alarm$2.run(Alarm.java:13)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
ERROR - ij.components.ComponentManager - Component class org.intelli
j.sequencer.config.Configuration is being requested during its own initializing
procedure
ERROR - ij.components.ComponentManager - IntelliJ IDEA (Aurora) Bui
ld #833
ERROR - ij.components.ComponentManager - JDK: 1.4.1_02
ERROR - ij.components.ComponentManager - VM: Java HotSpot(TM) Client
VM
ERROR - ij.components.ComponentManager - Vendor: Sun Microsystems Inc
.
ERROR - ij.components.ComponentManager - OS: Windows 2000
ERROR - ij.components.ComponentManager - Last Action:
ERROR - ij.components.ComponentManager -
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:55)
at com.intellij.openapi.components.a.a.getComponent(a.java:0)
at com.intellij.openapi.components.a.a.m(a.java:122)
at com.intellij.openapi.components.a.a.p(a.java:181)
at com.intellij.openapi.application.a.d.saveSettings(d.java:56)
at com.intellij.ide.cp.b(cp.java:34)
at com.intellij.ide.cp.b(cp.java:45)
at com.intellij.ide.cs.run(cs.java:5)
at com.intellij.util.Alarm$1.run(Alarm.java:7)
at com.intellij.util.Alarm$2.run(Alarm.java:13)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
...lots more...
I suspect you'll need to move the forms_rt.jar file into your lib directory
(or just leave it where it is and only delete the uiDesigner.jar file). My
guess is that IDEA itself relies on that runtime jar, since JetBrains people
have said in the past that they use the UI designer themselves...
Vil.
charles decroes wrote:
]]>
--
Vilya Harvey, Consultant
vilya.harvey@digitalsteps.com / digital steps /
(W) +44 (0)1483 469 480
(M) +44 (0)7816 678 457 http://www.digitalsteps.com/
DisclaimerThis e-mail and any attachments may be confidential and/or legally
privileged. If you have received this email and you are not a named
addressee, please inform the sender at Digital Steps Ltd by phone on
+44 (0)1483 469 480 or by reply email and then delete the email from
your system. If you are not a named addressee you must not use,
disclose, distribute, copy, print or rely on this email. Although
Digital Steps Ltd routinely screens for viruses, addressees should
check this email and any attachments for viruses. Digital Steps Ltd
makes no representation or warranty as to the absence of viruses in this
email or any attachments.
I have clean up all logs, removed uiDesigner from plugins
start IntelliJ 833, then look at log - no exceptions,
I open project from uiDesigner
(http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesigner) and rebuild
all project, the IntelliJ do not try compile forms! I run project, it
crashed becose i have no layout - its ok.
So, i close IntelliJ and look at log again, still no exceptions...
Strange :))
--
Alexey Efimov, Software Engineer
Sputnik Labs,
http://www.spklabs.com
"charles decroes" <spam@decroes.com> wrote in message
news:25590586.1056112222690.JavaMail.itn@is.intellij.net...
>
start I get the internal error dialog. The console has the following
exception. (If I put the directory back, no exception)
>
Bui
Client
Microsystems Inc
com/intellij/uiDesigner/core/GridLayoutManager
org.intellij.sequencer.config.Configuration.initComponent(Unknown Sou
Source)
>
Source)
org.intelli
initializing
Bui
Client
Microsystems Inc
Source)
>
Source)
org.intelli
initializing
Bui
Client
Microsystems Inc
Source)
>
Source)
>
>
I bet you are correct. IMHO jetbrains should fix this. I should be able to delte anything in the plugins folder and the ide should still work. Let's see what everyone else thinks :)
I found! :)
Exception happend when you try go to Project Settings!!!
--
Alexey Efimov, Software Engineer
Sputnik Labs,
http://www.spklabs.com
"Alexey Efimov" <aefimov@spklabs.com> wrote in message
news:bcv070$kan$1@is.intellij.net...
rebuild
>
>
>
(Aurora)
(Aurora)
(Aurora)
>
>
You are right Vilya,
Indeed, IDEA itself is a client of UIDesigner - so in order to run it requires the runtime: forms_rt.jar. The jar should be in both
UIDesigner's lib directory and IDEA's lib. This will be corrected in the next build.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
"charles decroes" <spam@decroes.com> wrote in message
news:29836874.1056111285490.JavaMail.itn@is.intellij.net...
directory from <idea-home>/plugins idea will not start.
>
What are the benefits of removing the GUI designer plugin?
There's no benefit we are aware of. Only the satisfaction from the process
comes to my mind.
--
Best regards,
Mike Aizatsky.
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"