diff --git a/tests/bin/runjava b/tests/bin/runjava index 4209d264d..10b4ac93b 100755 --- a/tests/bin/runjava +++ b/tests/bin/runjava @@ -74,7 +74,7 @@ foreach $dir (@dirs) { $classpath = "$classpath:$jlib"; # specify our server root (this is for server code) -my $rootarg = "-Dapplication.root=$realroot -Dtest_dir=$realroot"; +my $rootarg = "-Dresource_url=file:$realroot/rsrc -Dtest_dir=$realroot"; my $pid_file = undef; my $i = 0;