KilianB/JImageHash

java.lang.NoClassDefFoundError: com/github/kilianB/Require

canflydream opened this issue · 4 comments

java.lang.NoClassDefFoundError: com/github/kilianB/Require

jktj commented

How is this closed? I'm still facing the same issue.

someone solved it ?

solved by define a new model..

I solved it. add this to your pom:

    <!-- Fast image access methods and overall utility code -->
    <dependency>
        <groupId>com.github.kilianB</groupId>
        <artifactId>UtilityCode</artifactId>
        <version>1.5.7</version>
    </dependency>
    <!-- Required for perceptive hasher -->
    <dependency>
        <groupId>com.github.wendykierp</groupId>
        <artifactId>JTransforms</artifactId>
        <version>3.1</version>
        <classifier>with-dependencies</classifier>
    </dependency>