[WIP][ECON]NPC Trader

Discussion in 'WIP and Development Status' started by MatCat, Feb 10, 2011.

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

    Aero96

    iConomy was not found, I think.
    Is your iConomy updated?
     
  2. Offline

    cjbh1996




    I'll try updating.
    --- merged: Mar 2, 2011 5:36 PM ---
    Ok, 100% sure iConomy is updated & working on MySQL. It tells me everything works when I start it. But when I put NPCTrader in, it gives me THIS error, which I'm pretty sure is different from my first error:
    Code:
    [SEVERE] com/nijikokun/bukkit/iConomy/iConomy (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/iConomy/iConomy
        at com.MatCat.NPCTrader.NPCTrader.checkiConomy(NPCTrader.java:630)
        at com.MatCat.NPCTrader.NPCTrader.onEnable(NPCTrader.java:132)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:426)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.iConomy.iConomy
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
     
  3. Offline

    Aero96

    Ya, I understand.
    I had this problem today while working on iBank.
    This is caused when a plugin like NPCTrader trys to access iConomy while it is NOT yet loaded.
    The Dev of the plugin has to fix this, since iConomy got updated and the way to access it changed.
     
Thread Status:
Not open for further replies.

Share This Page