Debug Spark plugin from IDE

Hi,

I am developing a Spark plugin - and I followed all the steps specified in http://www.igniterealtime.org/builds/sparkplug_kit/docs/latest/sparkplug_dev_gui de.html

which are needed to setup a project to run Spark within your IDE. All steps were successfully implemented but when I run this file an error occurs for two examples (adding a tab and adding a menu option) which are specified within this web page.

on the other hand the plugin when installed in Spark, it works ax expected (I tried the one which adds a Menu option). Anyone know how to debug a plugin within your IDE so that I don’t have to package my plugin into a jar file each time I implement something new in my source file and also to be able to debug any exisiting problems which I am encountering, from within my IDE?

Thanks a lot and I appreciate any help.