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)) {