java.lang.NoClassDefFoundError: javax/xml/xpath/XPathExpressionException
using build 3364 on apple os x for intel, java 1.4.2_07 (no 1.5 on os xintel yet), and after removing -Xrun:libyjpagent.lib everything is working except that i ton of these:
javax/xml/xpath/XPathExpressionException
java.lang.NoClassDefFoundError: javax/xml/xpath/XPathExpressionException
at com.siyeh.ig.bugs.MalformedXPathInspection.buildVisitor(MalformedXPathInspection.java:45)
at com.siyeh.ig.BaseInspection.createVisitor(BaseInspection.java:33)
at com.siyeh.ig.ExpressionInspection.doCheckField(ExpressionInspection.java:52)
at com.siyeh.ig.BaseInspection.checkField(BaseInspection.java:112)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.doCollectInformation(LocalInspectionsPass.java:130)
at com.intellij.codeInsight.daemon.impl.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:5)
at com.intellij.codeInsight.daemon.impl.UpdateThread$2.run(UpdateThread.java:10)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:147)
at com.intellij.codeInsight.daemon.impl.UpdateThread.a(UpdateThread.java:11)
at com.intellij.codeInsight.daemon.impl.UpdateThread.access$100(UpdateThread.java:24)
at com.intellij.codeInsight.daemon.impl.UpdateThread$1.run(UpdateThread.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:7)
at com.intellij.codeInsight.daemon.impl.UpdateThread.run(UpdateThread.java:46)
This is a 1.5 class .... why would intellij be barking about it not being found? any ideas?
cheers
christian
Please sign in to leave a comment.
That's mine, I'm afraid. It should be fixed in the next build.
--Dave Griffith
further clarification:
- this is being generated by idea itself, it's not in our code.
- on another mac using 1.4.2 this error does not occur.
i would assume that it's some strange config issue with apple x86. just wondering if anyone has any insight.
thanks
christian
great thanks !