Please be careful with Nabble. You are resending your messages to the
list [1] the third time in a row.  Maybe there was some "OK" button
that you were inadvertently pressing.

Regarding Eclipse on Windows:
1. If you updated your PATH variable, any program that was started
before the update will still see the old value of the variable.
2. You can System.getenv() to test what environment variables were
actually used to start your Tomcat instance.
3. Chapter 11.2.3 Locating Native Libraries in [2] tells about how
PATH is used for System.loadLibrary() on Windows, and how
java.library.path property overrides that.

[1] http://tomcat.apache.org/lists.html
[2] http://java.sun.com/docs/books/jni/html/design.html

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to