This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about compiling .jar files?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]