"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 application, and ensure that the loadLibrary() call is executed only once
during the lifetime of a particular JVM."

I have an issue with the wording.

Let's call:
- conditionA code inside the web app
- conditionB application is reloaded

so that the text says:

  if (conditionA AND conditionB)
      then the issue appears

  if (!conditionA AND !conditionB)
     then the issue does not appear

that doesn't seem to cover the full problem space.

Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to