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")) {