Problem in spark.jar file in sparkplug_kit_2.0.7

spark.jar file in sparkplug_kit_2.0.7 is missing many java classes !

when i add this spark.jar file to my class path (and other resources et…) and run my spark plugin from eclipse IDE , i got exceptions :ClassNotFound.

where can i find the complete spark.jar file ? or i’m i doing something wrong?

thanks for helping.

Hi othmanelmoulat,

As you’ve discovered the sparkplug kit is really out of date.

However you can still use the kits’ directory structure and build.xml file to create sparkplugs. All you need to do is replace the Spark directory that comes with the kit, with a directory that contains the latest version of Spark.

Hope that helps,

Ryan