Question about compiling .jar files?
Dan Bolser
dmb@mrc-dunn.cam.ac.uk
Wed Dec 1 00:08:00 GMT 2004
On 30 Nov 2004, Tom Tromey wrote:
>>>>>> "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
Cheers, the scratch.joshua.utilities classes were a mysterious set that
weren't released with the sources I was trying to compile.
Thanks very much for the information,
Dan.
More information about the Java
mailing list