[rules-users] eclipse-jdtcore.jar

Marcus Ilgner marcus.ilgner at gmail.com
Tue Jun 3 09:35:18 EDT 2008


Hi,

just as a side note: I had one project using Eclipse which already
used another version of the JDT core. Encountering the same problem, I
just put the core-3.2.3.v_686_R32x.jar from Drools in my project, too,
and it worked without problems.

Best regards
Marcus

On Tue, Jun 3, 2008 at 3:25 PM, Augusto Rodriguez
<augusto.rodriguez at globant.com> wrote:
> Hi Corneil,
>
> Unluckily I've seen that error more often that I would like. It's not a bug
> in drools, but is related to the dependencies of the drools-compiler.
>
> There's a big chance that you have a different version of the JDT core jar
> in your classpath (drools depends on version 3.2.3 - the filename of that
> jar is core-3.2.3.v_686_R32x.jar). This jar is used by drools to compile the
> rules.
>
> I hope this helps you to solve this issue.
>
>
> Cheers,
> Augusto
>
> Corneil du Plessis wrote:
>>
>> I am experiencing a conflict with a deployment:
>>
>> We used WebSphere Application Server 6.0.2.x in our integration testing
>> environment and now the deployed application at a customer site is
>> reporting
>> the following exception:
>>
>>
>> java.lang.NoSuchMethodError:
>> org.eclipse.jdt.internal.compiler.CompilationResult: method
>> getProblems()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem; not found
>>        at
>>
>> org.drools.commons.jci.compilers.EclipseJavaCompiler$3.acceptResult(EclipseJ
>> avaCompiler.java(Compiled Code))
>>        at
>>
>> org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.
>> java(Compiled Code))
>>        at
>> org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java(Compiled
>> Code))
>>        at
>>
>> org.drools.commons.jci.compilers.EclipseJavaCompiler.compile(EclipseJavaComp
>> iler.java(Compiled Code))
>>        at
>>
>> org.drools.commons.jci.compilers.AbstractJavaCompiler.compile(AbstractJavaCo
>> mpiler.java:51)
>>        at
>>
>> org.drools.rule.builder.dialect.java.JavaDialect.compileAll(JavaDialect.java
>> :342)
>>
>> Has anyone else comes across this?
>>
>> I am not sure where the JAR comes from because has not version info.
>>
>> _______________________________________________
>> rules-users mailing list
>> rules-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>



More information about the rules-users mailing list