Question about compiling .jar files?
Tom Tromey
tromey@redhat.com
Tue Nov 30 23:11:00 GMT 2004
>>>>> "Dan" == Dan Bolser <dmb@mrc-dunn.cam.ac.uk> writes:
Dan> edu/uci/ics/jung/algorithms/cluster/KMeansClusterer.java:64: error: cannot
Dan> find file for class scratch.joshua.utilities.DiscreteDistribution
You need to tell gcj where to find these classes, eg using the
-classpath option.
Dan> edu/uci/ics/jung/io/BipartiteGraphReader.java:192: error: class
Dan> 'java.lang.String' has no method named 'split' matching signature
This means the version of libgcj you are using did not implement this
method. It is implemented in newer versions, however.
Tom
More information about the Java
mailing list