RE: RELEASE NOTES wording/JNI

2006-01-20 Thread Caldarale, Charles R
> From: jerome lacoste [mailto:[EMAIL PROTECTED] > Subject: RELEASE NOTES wording/JNI > > Let's call: > - conditionA code inside the web app > - conditionB application is reloaded > > so that the text says: > > if (conditionA AND conditionB) >

RELEASE NOTES wording/JNI

2006-01-20 Thread jerome lacoste
"If the above code were placed in a class inside the web application (i.e. under /WEB-INF/classes or /WEB-INF/lib), and the application were reloaded, the loadLibrary() call would be attempted a second time. To avoid this problem, place classes that load native libraries outside of the web applica