ClassNotFoundError with #2144
I downloaded and installed #2144, and now I'm getting a NoClassDefFoundError
as soon as I start IDEA. Is this a known problem? How do I get around this
problem? Thanks in advance!
java.lang.NoClassDefFoundError: com/jniwrapper/Parameter
at com.intellij.openapi.i.b.a.d.c(d.java:210)
at com.intellij.openapi.i.b.a.d.]]>(d.java:140)
at com.intellij.openapi.i.b.a.c.a(c.java:216)
at com.intellij.openapi.i.b.a.c.b(c.java:208)
at com.intellij.openapi.i.b.a.c.findFileByPath(c.java:12)
at com.intellij.openapi.i.b.f.findFileByUrl(f.java:67)
at com.intellij.openapi.i.b.c.b(c.java:18)
at com.intellij.openapi.i.b.c.getUrl(c.java:52)
at com.intellij.openapi.j.a.d.y(d.java:140)
at com.intellij.openapi.j.a.d.d(d.java:90)
at com.intellij.openapi.j.a.d.d(d.java:105)
at com.intellij.openapi.j.a.d.b(d.java:48)
at com.intellij.openapi.c.b.a.b(a.java:35)
at com.intellij.openapi.j.a.d.a(d.java:157)
at com.intellij.openapi.c.b.a.a(a.java:20)
at com.intellij.openapi.c.b.a.b(a.java:190)
at com.intellij.openapi.c.b.a.getComponent(a.java:37)
at com.intellij.openapi.c.b.a.getComponent(a.java:242)
at com.intellij.openapi.c.b.a.a(a.java:7)
at com.intellij.openapi.c.b.a.j(a.java:71)
at com.intellij.openapi.j.a.c.t(c.java:28)
at com.intellij.openapi.j.a.d.t(d.java:15)
at com.intellij.openapi.j.a.b.a(b.java:227)
at com.intellij.openapi.h.a.b.initComponent(b.java:234)
at com.intellij.openapi.c.b.a.a(a.java:66)
at com.intellij.openapi.c.b.a.b(a.java:190)
at com.intellij.openapi.c.b.a.getComponent(a.java:37)
at com.intellij.openapi.c.b.a.getComponent(a.java:242)
at com.intellij.openapi.c.b.a.a(a.java:7)
at com.intellij.openapi.c.b.a.j(a.java:71)
at com.intellij.openapi.g.b.c.a(c.java:324)
at com.intellij.idea.e.c(e.java:29)
at com.intellij.idea.Main$2.run(Main$2.java)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:151)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Sangjin
Please sign in to leave a comment.
I don't have any problems.
W2K Pro
Norris Shelton
Sun Certified Java Programmer
Sangjin Lee wrote:
>I downloaded and installed #2144, and now I'm getting a NoClassDefFoundError
>as soon as I start IDEA. Is this a known problem? How do I get around this
>problem? Thanks in advance!
>
>java.lang.NoClassDefFoundError: com/jniwrapper/Parameter
>java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
>read.java:201)
>java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
>ad.java:151)
>java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
>
>java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
>
>
>Sangjin
>
>
>
Did you do a clean install or installed on top of the previous version?
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Sangjin Lee" <sjlee-nospam@bluemartini.com> wrote in message news:cbpo0r$sri$1@is.intellij.net...
>
>
>
>
>
>
I had the same problem, for some reason JNIWrap.jar was not copied to the lib directory when I used the windows installer. I got the jar from the .zip archive and I think it fixed it.
Fixed in 2165.
"Sangjin Lee" <sjlee-nospam@bluemartini.com> wrote in message news:cbpo0r$sri$1@is.intellij.net...
>
>
>
>
>
>