Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse conflicting libraries issues- Need help

Problem is there is no pom.xml as well with this project. If you have any other thoughts how you evaluated the dependency of jars like sim-release.jar that will really help.

On Sat, Jan 8, 2022 at 12:04 PM Bubunia Patra <bubunia2000ster@xxxxxxxxx> wrote:
Attached is the screenshot(highlighted) which shows it uses stanford-corenlp 3.6 version. Yes Is there a way i will know library is causing the issue? I mean sim-release.jar as you mentioned how did you know this library is causing the conflicting of libraries? Could you help in this regard urgently?

Do you think if i will copy the sim-release.jar version from the newer coreNLP(4.3.2-current latest) to the class path will resolve?

On Fri, Jan 7, 2022 at 11:30 PM Aaron Digulla <digulla@xxxxxxxx> wrote:
Am 07.01.22 um 18:18 schrieb Bubunia Patra:
> Thanks a lot for your quick response. Appreciate your help in this
> regard.
> I have copied all the eclipse file from the existing directory to a
> different folder for example C:\sentiwordnet\eclipse from
> C:\Users\Admin\eclipse-workspace\SentiWordnet so that there is no
> overlapping jars and its versions.
> But I could see there is only 1 version of
> "edu.stanford.nlp.process.AmericanizeFunction" and
> "edu.stanford.nlp.util.Function" which is 3.6.
> Attached are the screenshots.
>
> I created the new launch Configurations and added the new class
> libraries but still it did not work.

There is no version on the sim-release.jar. How do you know it's for 3.6
of the NLP project?

The error message clearly says that the two classes are not compatible.

Regards,


--
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://blog.pdark.de/

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse-dev

Back to the top