Unix JNI library?

2001-10-05 Thread Timothy Reaves

Does anyone have a JNI library for access & modifing files on a unix FS? 
Specifically linux?  I'd like to be able to query & modify group & owner
permissions.

Thanks!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Unix JNI library?

2001-10-05 Thread Weiqi Gao

On Fri, 2001-10-05 at 16:19, Timothy Reaves wrote:
>
> Does anyone have a JNI library for accessing & modifying files
> on a Unix FS?  Specifically Linux?  I'd like to be able to
> query & modify group & owner permissions.

I don't have a JNI library for doing the specific functions you are
interested in.  But I do have a Linux/Intel port of the Shared Stubs JNI
Example from Sheng Liang's JNI book.  This allows you to call almost any
function in almost any shared objects (.so).

-- 
Weiqi Gao
[EMAIL PROTECTED]

 jnistb-1.0.tar.gz