|
From: <st...@te...> - 2006-11-10 15:12:12
|
Alvin,
The goal of QF API compatibility with QFJ is that code written for the QF
JNI wrapper can run in QFJ, but there is no guarantee in the other
direction. It will generally not work to compile code with QFJ and then
try to use the QF native libraries to run it. Similarly, the QFJ source
will usually not even compile with the QF Java library (if you have used
any extensions to QF). Again, the compatibility is only maintained from QF
to QFJ.
Any suggestions I make for Java API usage are strictly for QFJ unless I
specifically that it should work with QF too. Even then, you should
recompile the code with the QF libraries before running it with the QF
native libraries in case there are other issues.
Steve
> I tried to use "new Group(field, delim, new int[] { delim })" that you
> recommended, in QF's Java wrapper, I got an crash as below:
|