[RES] List of Libraries Bundled with Bukkit

Discussion in 'Resources' started by pokepal101, Dec 24, 2013.

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

    pokepal101

    I am currently in the process of building an SQLite component for my plugin, exLog. I wrote a test plugin and put it on the server, forgetting to add the sqlite-jbdc jar file to the classpath, and was surprised when it didn't complain. As it turns out, SQLiteJBDC is included in Bukkit, as well as JSON.simple (which I promptly switched my JSON code over to). These included libraries turned out to be quite useful to me, and so, as I've been unable to locate a list of these libraries, I've trawled through the jar files and compiled the following list:
    This list may be incorrect or incomplete; I just went through the JARs and guessed based on the packages!
     
  2. Offline

    Cirno

    Due note that the Commons Lang and IO is not complete; it only has classes that CraftBukkit uses.
     
  3. Offline

    xTrollxDudex

    Wait, they didn't pack JLine? I gotta go take look for myself...
     
Thread Status:
Not open for further replies.

Share This Page