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?


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


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