I 'm using quip, in the option/executor path I selected quipJ, but when I test examples with java (javaCalls.xquery) I get the answer : System error: QMachine crashes!
can this problem come from CLASSPATH variables or not ?
I’m a complete beginner and I have lots of difficulties using quip
Hi,
I tried this and I got a couple of problems but eventually got it working. To fix my problems I had to:
Change the “javacalls.xquery” source to invoke the correct java method names. By default, the package name for class JniTestProg is wrong. As provided, the package.class name is “sep.test.JniTestProg” but the source code for JniTestProg says “package quip.test”. Its up to you how you fix this but I changed the xquery to invoke quip.test.JniTestProg. Then I copied the compiled JniTestProg into a matching directory structure (quip.test) in my classpath. Did you compile JniTestProg?
Check the filespec in javacalls.xquery. BY default it points to C:\QuiP\examples\theater\lll.xml.Change that if necessary.
Then it works for me.
HTH