From 990c8cf1c4f1d1875424b1580528925e29a3a50b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 16 Jan 2002 02:56:45 +0000 Subject: [PATCH] We specify resource_url rather than application.root now. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@859 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- bin/runjava | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/runjava b/bin/runjava index b59686b4e..82f7190e6 100755 --- a/bin/runjava +++ b/bin/runjava @@ -69,8 +69,8 @@ foreach $dir (@dirs) { # finally add the standard classes $classpath = "$classpath:$jlib"; -# specify our application root (the resource manager needs this) -my $rootarg = "-Dapplication.root=$root"; +# specify our resource root (the resource manager needs this) +my $rootarg = "-Dresource_url=file:$realroot/rsrc"; my $pid_file = undef; my $i = 0;