As JavaSci is not part of the standard Java packages, extra preparation may be needed before your program can be deployed to the intended user base.
If your user base has JavaSci installed on their machines then all you need to do is distribute your class files. For the case where user's may not have JavaSci installed you will need to distribute one of the JSci?.zip with your application class files. These can be found in the classes sub-directory.
If JavaSci is not installed on the client machines then you will need to unzip JSci.zip into the directory on the web site containing your applet class files.
Return to the Developer's Guide contents.