Displaying 4 results from an estimated 4 matches for "jsize".
Did you mean:
size
2005 Mar 12
3
UTF-8 and AR length validation
Shouldn''t the length validation of AR use String#jsize to be compatible
to UTF-8?
2009 Apr 05
1
RJava question(class not found with rJava's vm, though found with alternate vm)
...ss.path=%s",clap);
JavaVMInitArgs args;
JavaVMOption options[2];
args.version = JNI_VERSION_1_4;
args.nOptions = 2;
options[0].optionString = classpath;
options[1].optionString = "-Xrs";
args.options = options;
args.ignoreUnrecognized = JNI_TRUE;
JavaVM *jvms[32];
jsize vms=0;
int r=0;
r=JNI_GetCreatedJavaVMs(jvms, 32, &vms);
if (r) {
error("JNI_GetCreatedJavaVMs returned %d\n", r);
} else {
if (vms>0) {
int i=0;
while (i<vms) {
if (jvms[i]) {
if (!(*jvms[i])->AttachCurrentThread(jvms[i], (void**)&je...
2006 Jun 25
1
Error while Mounting
I am attempting to setup a 2 node ocfs2 cluster. At this point, I have the
latest 1.2.1 version of the tools on both nodes. They are not running
identical kernels (one is 2.6.16.18, the other is 2.6.17.1) both are using
the kernels built in OCFS2 modules, not using from source.
I can mount my iscsi volume on either node individually, but when I attempt
to mount two nodes, I get the following
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed