Export jar with dependancies

Discussion in 'Plugin Development' started by Numenorean95, Nov 7, 2011.

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

    Numenorean95

    Once again, curse you Google.
    I am trying to export a plugin from Eclipse that requires an extra referenced jar in order to work. However, due to how eclipse packages stuff it doesnt export the required jar with the files into that jar, and the only option i could find to do it is to make a runnable jar file, which doesnt work for Bukkit plugins. Does anyone know how to do this?
     
  2. Offline

    nisovin

    This is what build systems are for. Bukkit uses maven, which would work fine for you. You can also use ant (which is built in to eclipse), or probably others I don't know of.
     
  3. Offline

    Numenorean95

    Ok, thanks. I knew of those, i was just hopig to get around having to use them.
     
Thread Status:
Not open for further replies.

Share This Page