Re: Java Threads on Linux

2001-10-06 Thread Christopher Smith
On Wed, Oct 03, 2001 at 06:46:52PM -0700, Nathan Meyers wrote: > On Wed, Oct 03, 2001 at 06:32:11PM -0700, Dan Kegel wrote: > > root wrote: > > The 2.4 kernel uses 32 bit process ids, so that shouldn't be a > > problem. Are there other precious resources you're worried about? > > If not, there's

Re: Unix JNI library?

2001-10-06 Thread David Brownell
> > 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. Closest I've seen (haven't looked lately at exact contents): http://www.xenonsoft.demon.co.uk/products/javaunix/ ---