multeval icon indicating copy to clipboard operation
multeval copied to clipboard

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

Open Blues5 opened this issue 6 years ago • 7 comments

./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

Blues5 avatar Feb 25 '18 11:02 Blues5

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

lidra avatar Oct 12 '18 07:10 lidra

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

lidra avatar Oct 12 '18 08:10 lidra

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

volkling avatar Jan 19 '19 16:01 volkling

Running into the same issue

calclavia avatar Aug 31 '19 00:08 calclavia

I solved the issue and successfully used the script but I don't remember how I fixed it! It's solvable, though.

On Sat, 31 Aug 2019, 3:01 am Henry Mao, [email protected] wrote:

Running into the same issue

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jhclark/multeval/issues/24?email_source=notifications&email_token=AD6CVOOSGRKEB3CMZWBZDXDQHGYFFA5CNFSM4ESJALHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5TAXDA#issuecomment-526781324, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6CVOME5QYPQS27NX3DPZDQHGYFFANCNFSM4ESJALHA .

volkling avatar Aug 31 '19 06:08 volkling

same issue

fafafafaya avatar Sep 02 '19 06:09 fafafafaya

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

PhilippKuntschik avatar Nov 23 '20 14:11 PhilippKuntschik