> Thanks a lot, PRISM is now working, adding "lib" to the windows Path
> solved it. A couple of final questions:
Great.
> When performing prism.closeDown() I get the following error (note: this
> ONLY occurs when closing down prism, otherwise it runs fine):
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> edu/jas/kern/ComputerThreads
That is a class in colt.jar, which is the lib directory. You need to add
all jar files in that directory to the "Libraries" section when you
configure the build path in Eclipse.
> Also, is there any way to surpress the output from PRISM? I only require
> the result from Result.getResult() - a lot of other information is
> printed out that is essentially flooding the console.
Use new PrismDevNullLog() instead of new PrismFileLog("stdout") when you
create the Prism object.
Best wishes,
Dave.