Re: jni link error

2001-05-29 Thread Christopher Smith
--On Tuesday, May 15, 2001 09:34:50 -0700 Nathan Meyers <[EMAIL PROTECTED]> wrote: > Zhihong Pan wrote: > >> I need jni in my java application. I created a shared library, and set >> my library path (export LD_LIBRARY=/home/mydir/), but I still get the >> following error message:java.lang.Unsatis

Signals, JNI and sigtimedwait()...

2001-05-29 Thread Christopher Smith
Okay, I'm writing some JNI code for some stuff using RT signals. I need to do some sigtimedwaits, which then post as IO events to the JVM. My original design was to have Java threads invoke something like waitForIO(), which was a native method which did the sigtimedwait(). Unfortunately, this s

Java/Linux at JavaOne

2001-05-29 Thread Nelson Minar
Took a quick look at the JavaOne schedule and saw two major Linux related talks: The Java 2 Platform, Standard Edition (J2SE) on Linux Sun telling us what's up http://servlet.java.sun.com/javaone/conf/sessions/1641/0-sf2001.jsp Tuesday June 5, 2:45 PM - 3:45 PM The Penguin Gets Pumped Up .

Re: jni link error

2001-05-29 Thread Joi Ellis
On Tue, 29 May 2001, Christopher Smith wrote: > > Can anyone explain to me why having the file in the path set in ld.so.conf > shouldn't be enough? Heh. Try getting the security nazis to agree to THAT for a user application. I'm not sure, but I don't think the JVM uses ld to load its stuff.

Re: jni link error

2001-05-29 Thread Christopher Smith
--On Tuesday, May 29, 2001 17:21:41 -0500 Joi Ellis <[EMAIL PROTECTED]> wrote: > On Tue, 29 May 2001, Christopher Smith wrote: > >> >> Can anyone explain to me why having the file in the path set in >> ld.so.conf shouldn't be enough? > > Heh. Try getting the security nazis to agree to THAT for a

Re: Java/Linux at JavaOne

2001-05-29 Thread Christopher Smith
--On Tuesday, May 29, 2001 15:01:25 -0700 Nelson Minar <[EMAIL PROTECTED]> wrote: > The Penguin Gets Pumped Up . . . Turning Linux into a High-Powered > Java Technology-Based Application Server > Java/Linux performance talk > http://servlet.java.sun.com/javaone/conf/sessions/934/0-sf2001.jsp

Re: jni link error

2001-05-29 Thread David Brownell
> I'm not sure, but I don't think the JVM uses ld to load its stuff. If the JVM uses anything other than the standard dlsym() I think it'd really be asking for trouble ... why would it want to do that, anyway? -- To UNSUBSCRI

Re: Java/Linux at JavaOne

2001-05-29 Thread ed phillips
Chris, It might be helpful and may even spawn other suggestions if you were to flesh out in a post some of the aspects, as you articulate them, of scaling Java on Linux. Perhaps a kind of pre-BoF statement of the topic to be discussed? Thanks, Ed Phillips Christopher Smith wrote: > --On Tue

Re: Java/Linux at JavaOne

2001-05-29 Thread ed phillips
Excuse me, It is a session not a BoF, but the question still might be helpful pre-session. Christopher Smith wrote: > --On Tuesday, May 29, 2001 15:01:25 -0700 Nelson Minar <[EMAIL PROTECTED]> > wrote: > > The Penguin Gets Pumped Up . . . Turning Linux into a High-Powered > > Java Technology-

Re: Java/Linux at JavaOne

2001-05-29 Thread Christopher Smith
--On Tuesday, May 29, 2001 21:25:20 -0700 ed phillips <[EMAIL PROTECTED]> wrote: > It might be helpful and may even spawn other suggestions if > you were to flesh out in a post some of the aspects, as you articulate > them, of scaling Java on Linux. Perhaps a kind of pre-BoF statement of > the to