Hello, I want to integrate a module that I developed, in existing a Jabber client. This module is developed in java under the environment eclipses and I want to integrate it in a Jabber client written in java.
I have to download the customer Spark from http://svn.igniterealtime.org/svn/repos/spark/trunk/ by using the software SmartSVN, then i set up all the libraries… finally after having to correct all the errors, I have to carry out and the error generated here:
//----
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jivesoftware.launcher.Startup.start(Startup.java:83)
at org.jivesoftware.launcher.Startup.main(Startup.java:33)
Caused by: java.lang.ExceptionInInitializerError
at org.jivesoftware.LoginDialog$LoginPanel.(Res.java:32)
… 9 more
//----
If somebody had this kind of problems or that it used another steps, another software ,whom it does not hesitate to give me the STAGES which it followed.
Thank you, it is an urgent work.