On Wed, Jul 23, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote: > java.lang.NoClassDefFoundError: org/json/simple/JSONValue >
We recently changed our build so that we're no longer autoslurping all the 3rd party classes into one big jarfile. So now, to run Caja, you need several jars on your classpath rather than just one. Since this is failing on a 3rd party class, my suspicion is that we simply did not update our Maven builder thingey to point to all the needed jars. Ihab -- Ihab A.B. Awad, Palo Alto, CA

