Skip to content

java.lang.NoClassDefFoundError: com/twitter/common/util/Random$Util #111

Description

@ymahdad

I've tried building and trying it in different ways but always I face this error:
Exception in thread "main" java.lang.NoClassDefFoundError: com/twitter/common/util/Random$Util
at quickml.supervised.classifier.decisionTree.TreeBuilder.(TreeBuilder.java:52)
at quickml.supervised.classifier.decisionTree.TreeBuilder.(TreeBuilder.java:69)

The line giving me error is this one:
TreeBuilder treeBuilder = new TreeBuilder();

Can I ask to make the built version (jar with all dependencies) available. I have all the dependencies in the path but still get the same error on Mac Yomesite with Java 1.8.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions