Error in console, no idea what it is

Discussion in 'Plugin Development' started by skipperguy12, May 22, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    skipperguy12

    Soo, i'm trying to parse some data using JDOM parser.

    I get:
    java.lang.NoClassDefFoundError: org/jdom2/Content

    After following Mkyongs tutorial...

    These are my dependencies:
    <dependency>
    <groupId>org.jdom</groupId>
    <artifactId>jdom</artifactId>
    <version>2.0.1</version>
    </dependency>
    <dependency>
    <groupId>jdom</groupId>
    <artifactId>jdom</artifactId>
    <version>1.1</version>
    </dependency>
     
  2. Offline

    JWhy

    Package JDOM in your 'remote buildpath' (would be your .jar)
     
  3. Offline

    skipperguy12

    JWhy
    Errr...how?
    Would Maven do this for me automatically?
     
  4. Offline

    gomeow

    drtshock likes this.
Thread Status:
Not open for further replies.

Share This Page