Hello,
a few days ago I started to write my very first XMPP Component in Whack. But on the first start I gor the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/xmpp/component/Log at de.akuz.xmpp.sms.Main.main(Main.java:9)
Caused by: java.lang.ClassNotFoundException: org.xmpp.component.Log at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 1 more
Are there any dependencies I don't know about? Because I can't find org.xmpp.component.Log anywhere except in the openfire source. But this project shouldn't be an openfire plugin. Or am I missing something else?
Thanks in advance