]> git.ipfire.org Git - thirdparty/gcc.git/commit
natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only when...
authorMark Wielaard <mark@klomp.org>
Tue, 19 Apr 2005 09:29:16 +0000 (09:29 +0000)
committerMark Wielaard <mark@gcc.gnu.org>
Tue, 19 Apr 2005 09:29:16 +0000 (09:29 +0000)
commit8a5691f87d716bf662a68dc290925f1d52ab3435
tree49810e8c46f22a0477ae5aac6db2a6facbc1961b
parentf5c273065a35be668be2c935b31be04d8a2c1198
natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only when not empty.

       * java/lang/natRuntime.cc (insertSystemProperties): Set
       java.class.path to CLASSPATH only when not empty. Fall back to
       default path "." when java.class.path is empty.

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