Deploying JavaSci Programs

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.

Distributing Applications

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.

Website Layout For Applets

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.

  • myWebDir/
    myApplet.class
    my1.class
    my2.class
    etc
  • JSci/
  • maths/
  • physics/
  • chemistry/
  • etc

  • Return to the Developer's Guide contents.