From d434779b88fa59392dfd8f342a39a00eeae7d07d Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 12 Dec 2002 06:09:48 +0000 Subject: [PATCH] We get everything from lib/ now, no more JAVA_LIBS. git-svn-id: https://samskivert.googlecode.com/svn/trunk@972 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/atlanti/bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/atlanti/bin/runjava b/projects/atlanti/bin/runjava index 3a397e35..2c7c5d63 100755 --- a/projects/atlanti/bin/runjava +++ b/projects/atlanti/bin/runjava @@ -55,7 +55,7 @@ if (defined $libpath) { my $classpath = "-classpath $root/dist/classes"; # add zip and jar files from our lib/ directory and the system lib/ directory -my @dirs = ( "$root/lib", $ENV{"JAVA_LIBS"} ); +my @dirs = ( "$root/lib" ); foreach $dir (@dirs) { next unless (defined $dir); if (opendir(DIR, $dir)) {