[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jdt-core-dev] NoSuchMethodError in org.eclipse.jdt
|
- From: Clay McCoy <cmccoy@xxxxxxxxxxxxx>
- Date: Thu, 23 Jul 2009 15:19:43 -0500
- Accept-language: en-US
- Acceptlanguage: en-US
- Delivered-to: jdt-core-dev@eclipse.org
- Thread-index: AcoL0un6cRctU1PK2EeK0YorkaiPFA==
- Thread-topic: NoSuchMethodError in org.eclipse.jdt
I'm trying to use Jetty (6.1.19) which depends on JDT core (3.1.1). Unfortunately I am getting this Error.
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
This is apparently a very common problem, but I can't find any answers. It looks like the JDT core people changed the API, and it is being used in a way were this does not show up at compile time. I can't get an answer on the Jetty list so I thought I would try here. I figure that the JDT people will know which version this change happened in, and maybe I can manually change the jetty dependencies. Any information about this would be helpful.
Thanks!