Thanks for the reply. I found the source.jar but I couldn't find the source (.java) files for the stuff in core.jar (like multiply(Complex x, Complex y). Do they exist somwhere else?
Phil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All the source files are in source.zip. For instance, if you unzip it, you will find Complex.java in classes/JSci/maths/Complex.java. Everything in source.zip can also be found in the CVS.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In addition to the .class files that you guys provide, is it possible to get copies of the .java files?
Phil Smith
The source files can be found in the file source.zip included with every release. The absolute latest code can be found on the CVS:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jsci
Thanks for the reply. I found the source.jar but I couldn't find the source (.java) files for the stuff in core.jar (like multiply(Complex x, Complex y). Do they exist somwhere else?
Phil
All the source files are in source.zip. For instance, if you unzip it, you will find Complex.java in classes/JSci/maths/Complex.java. Everything in source.zip can also be found in the CVS.