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
This commit is contained in:
mdb
2001-03-15 19:34:06 +00:00
parent 23cce67346
commit d9df144cbf
+1 -1
View File
@@ -52,7 +52,7 @@ if (defined $libpath) {
} }
# put everything in our class path # 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 # any zip or jar files in our lib/ directory get added to the class path
if (opendir(DIR, "$root/lib")) { if (opendir(DIR, "$root/lib")) {