diff --git a/bin/runjava b/bin/runjava index 82f7190e6..dee5d0af2 100755 --- a/bin/runjava +++ b/bin/runjava @@ -70,7 +70,7 @@ foreach $dir (@dirs) { $classpath = "$classpath:$jlib"; # specify our resource root (the resource manager needs this) -my $rootarg = "-Dresource_url=file:$realroot/rsrc"; +my $rootarg = "-Dresource_url=file:$root/rsrc"; my $pid_file = undef; my $i = 0;