Hi Mike,
I do not know which sample file you used since I had forgotten to add that one to the last Jallib release (we are currently at version 1.5.0) so it was never part of a release.
Attached the following files that you need for one large byte array:
-) large_array_1
-) large_byte_array_1_pic14
-) sample file for pic16f1825 for 1 array. This is a special version for you, the original sample file uses 3 arrays. This one uses 1 array of 200 bytes but you can change it to almost 1k (limitation of the memory of the PIC).
If you put these files in your directory and compile the sample file it should work.
BTW. You get of course out of data space if your array is bigger than the available memory of the chip which is 1k for the PIC used in the sample file.
Let me know if it worked.
Kind regards,
Rob