From 4fd41d4699552f8c2b59fd20df5708621f56f70b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 8 Aug 2001 23:48:12 +0000 Subject: [PATCH] Remove dist/rsrc from the classpath because it doesn't exist anyway. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@199 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runjava b/bin/runjava index c7180a94a..ce1cb075f 100755 --- a/bin/runjava +++ b/bin/runjava @@ -52,7 +52,7 @@ if (defined $libpath) { } # put everything in our class path -my $classpath = "-classpath $jlib:$root/dist/classes:$root/dist/rsrc"; +my $classpath = "-classpath $jlib:$root/dist/classes"; # any zip or jar files in our lib/ directory get added to the class path if (opendir(DIR, "$root/lib")) {