2 messages in net.java.dev.jna.usersJNI/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:JNI/JNA and fork()Actions...
From:Geoffrey Arnold (geof@geoffreyarnold.com)
Date:Nov 27, 2007 7:47:09 am
List:net.java.dev.jna.users

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.