fuzzywuzzy icon indicating copy to clipboard operation
fuzzywuzzy copied to clipboard

NoClassDefFoundError

Open cheukwong opened this issue 4 years ago • 0 comments

I got this error while calling

FuzzySearch.tokenSortRatio(stringA, stringB) + FuzzySearch.tokenSetRatio(stringA, stringB)

stackTrace: java.lang.RuntimeException: java.lang.NoClassDefFoundError: me/xdrop/fuzzywuzzy/FuzzySearch

I imported this library as a gradle dependency

implementation 'me.xdrop:fuzzywuzzy:1.3.1'

It doesn't look like an issue caused by transitive dependency.

./gradlew dependencies

+--- com.jayway.jsonpath:json-path:2.4.0 (*) +--- me.xdrop:fuzzywuzzy:1.3.1

cheukwong avatar May 29 '21 00:05 cheukwong