Problems with Super()

Discussion in 'Plugin Development' started by flatd, May 12, 2011.

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

    flatd

    Hello I've been trying to create a plugin cash system and I got all the things in but the super is always underlined in eclipse. When i put my mouse over it i get
    The constructor JavaPlugin(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is undefined
    the code for the constructor is
    Code:
    public VCash(PluginLoader pluginLoader, Server instance,[/SIZE]
    [SIZE=3]   PluginDescriptionFile desc, File folder, File plugin,[/SIZE]
    [SIZE=3]   ClassLoader cLoader) {[/SIZE]
    [SIZE=3]    super(pluginLoader, instance, desc, folder, plugin, cLoader);[/SIZE]
    [SIZE=3]}

    Please help Because this error wont go away no matter what I do![/CODE][/SIZE]
     
Thread Status:
Not open for further replies.

Share This Page