Right, so I'm trying to update my old plugin VIPWatch to javaop 2.1.3 (you can find it in the archive) and I must say getting the whole thing imported correctly in eclipse was quite the trip, but eventually I got it working to the point where there are no warnings in eclipse... however it won't get noticed by Javaop at all
Loading plugin: com.javaop.UserManagement.PluginMain
Loading plugin: null
Unable to load plugin file: jar:file:///T:\tmp\JavaOp_2.1.3_RC1\Plugins\VIPWatch.jar!/
java.lang.NullPointerException
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.javaop.pluginmanagers.PluginManager.loadFile(Unknown Source)
at com.javaop.pluginmanagers.PluginManager.loadFile(Unknown Source)
at com.javaop.pluginmanagers.PluginManager.initialize(Unknown Source)
at com.javaop._main.BotStart.main(Unknown Source)
Loading plugin: com.javaop.Version.PluginMain
Sort of a cryptic error message to me, what could be causing this? Were there some changes that might have subtly broke the code inside my plugin or is it more likely that its my fault?
EDIT: I was going to post the code... but can't attach and my webserver is bitching