The Package JavaViewLib for Maple.

The functions in this package allow you to export maple graphics to an external web
based mathematical visualization applet known as JavaView. This allows for dynamic
Maple plots to remain dynamic when exported to an .html file rather than simply
representing them as a static .gif


Installation:

In  order for JavaView to interact with Maple via this plugin, the following setup
steps must be followed:
1. Copy the JavaViewLib directory and all its contents (this includes the javaview
   executable and jars) to a predetermined path. 
2. Prepend this path (upto and including the JavaViewLib directory) to the global
   libname variable in each Maple session in which you wish to use the JavaView package.
   For example: > libname := "C:\\Program Files\\Maple 6\\JavaViewLib\\", libname;
3. Load the library JavaViewLib in each Maple session using
   > with(JavaViewLib);

To test your installtion, load the test worksheet test.mws.

More details are given in the worksheet javaview.mws in the JavaViewLib package.
