Using APIs in Bukkit Plugins?

Discussion in 'Plugin Development' started by techboy291, Dec 19, 2012.

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

    techboy291

    Hi,

    So in my plugin, there's something I need to use the Apache Commons API for. The thing is, I can't figure out how to attach it to my plugin so it'll recognize it. How would I go about doing this?

    Also, I'm using Eclipse.
     
  2. Offline

    Woobie

    Add it to your project library.
    If you already have an existing project, and want to add the API to it, then download the jar file, and go to your Eclipse, right click your project, and press Properties. Then go to your build path, and in the library, add the jar you downloaded as external jar (Same way as you would add the craftbukkit to your project)
     
  3. Offline

    tommycake50

  4. Offline

    techboy291

    I've tried that, I still get a ClassNotFoundException.
     
  5. Offline

    Sagacious_Zed Bukkit Docs

  6. Offline

    techboy291

Thread Status:
Not open for further replies.

Share This Page