Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found existing METEOR installation at ./lib/meteor-1.4 Error: Could not find or load main class multeval.MultEval #24

Open
Blues5 opened this issue Feb 25, 2018 · 7 comments

Comments

@Blues5
Copy link

Blues5 commented Feb 25, 2018

./multeval.sh eval --refs example/refs.test2010.lc.tok.en.*
--baseline example/hyps.lc.tok.en.baseline.opt*
--meteor.language en
I get the following error while trying to run the sample files-
Found existing METEOR installation at ./lib/meteor-1.4
Error: Could not find or load main class multeval.MultEval

@lidra
Copy link

lidra commented Oct 12, 2018

I also get the same errors. Have you solved this issue?

@lidra
Copy link

lidra commented Oct 12, 2018

I have solved this issue through replacing
java -Dfile.encoding=UTF8 $flags -cp $terJar:$meteorJar:$scriptDir/multeval-${version}.jar multeval.MultEval "$@"
using
java -Dfile.encoding=UTF8 $flags -cp $terJar:$meteorJar:$scriptDir/multeval-${version}/multeval-${version}.jar multeval.MultEval "$@"
in file multeval.sh

@volkling
Copy link

Hello, I'm having the same issue. Lidra's solution did not work for me. Is there any other way to fix this error?

@calclavia
Copy link

Running into the same issue

@volkling
Copy link

volkling commented Aug 31, 2019 via email

@fafafafaya
Copy link

same issue

@PhilippKuntschik
Copy link

@fafafafaya @calclavia you have to run ant as described in the Readme here:
https://github.com/jhclark/multeval#building

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants