From d9df144cbfa4089744d5b102b7dd394dcc7c18a7 Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 15 Mar 2001 19:34:06 +0000 Subject: [PATCH] Look in dist/classes rather than src/java now for our classes, etc. because we build with ANT. git-svn-id: https://samskivert.googlecode.com/svn/trunk@100 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/samskivert/bin/runjava b/projects/samskivert/bin/runjava index 5edd6850..29176914 100755 --- a/projects/samskivert/bin/runjava +++ b/projects/samskivert/bin/runjava @@ -52,7 +52,7 @@ if (defined $libpath) { } # put everything in our class path -my $classpath = "-classpath $jlib:$root/src/java"; +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")) {