Help to integrate a module in a Jabber client "Spark "

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.

There is no solutions ???

All proposition is welcom, so please give me the steps for compile spark in my environnement eclipse java.

Thank’'s in advance.

have you already tried using this piece of code? http://www.igniterealtime.org/projects/spark/sparkplug-kit.jsp this is providing a structure how you can build your own plugins… if you have any problems mail me (smilingj[AT]smilingj[DOT]net) and i’'ll reply you with an example project for the eclipse ide

i made a project which you can download here http://smilingj.net/open_download/SparkPlugin_EclipseProject.zip only the api specification is not included.

just import this as a project and add the ant file from /builder/build/build.xml

Thanks for response, but i think that i have a probleme to generate project with eclipse.