2 messages in net.java.dev.jna.usersRe: JNI/JNA and fork()
FromSent OnAttachments
Geoffrey ArnoldNov 27, 2007 7:47 am 
Geoffrey ArnoldNov 27, 2007 8:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: JNI/JNA and fork()Actions...
From:Geoffrey Arnold (geof@geoffreyarnold.com)
Date:Nov 27, 2007 8:45:57 am
List:net.java.dev.jna.users

I'm judging by the silence that my question was ridiculous, so I'll assume that fork() is not involved when invoking a native library directly. Apologies for the noise.

Geoff.

When invoking a native library using JNI/JNA on Solaris under Sun's JVM, is fork() used? I was hoping to use the native library directly to get around the limitation of Runtime.exec() which uses fork() to spawn the new process.

Thanks in advance, Geoff.