natRuntime.cc (_Jv_SetDLLSearchPath): New function.
authorTom Tromey <tromey@redhat.com>
Fri, 25 Oct 2002 03:28:00 +0000 (03:28 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 25 Oct 2002 03:28:00 +0000 (03:28 +0000)
commitca7c2b85296ad76d29df2519a0977b26a5135aff
tree243b0dfebdb97fccd2f16106858d75fb715cf163
parent3752ac0803ae8d51297fcd46ba2f827bf50571fb
natRuntime.cc (_Jv_SetDLLSearchPath): New function.

* java/lang/natRuntime.cc (_Jv_SetDLLSearchPath): New function.
(_Jv_FindSymbolInExecutable): Removed argument name.
(insertSystemProperties): Call _Jv_SetDLLSearchPath if
java.library.path is set.

* gij.cc (help): Document --showversion.
(version): Don't exit.
(main): Handle --showversion.  Exit if --version given.

From-SVN: r58520
libjava/ChangeLog
libjava/gij.cc
libjava/java/lang/natRuntime.cc