Maxima + Java



>All you need is a linkage between lisp and Java.. see, for example.
>
>http://www.franz.com/support/documentation/6.2/doc/jlinker.htm
>
>The link between lisp and maxima is simple.  For example, to invoke the 
>maxima
>function "foo"  you can call (in lisp) the function $foo.

Unfortunately, this solution is not open source.

I want to implement the interface between my application and Maxima in
the way described here.

http://demetrix.sourceforge.net/resources/2004_02_07_maxima/2004_02_07_maxima.html

Does someone know, what LISP commands must be executed in clisp in
order to use Maxima functions?

How can I load all the Maxima LISP files in clisp?

TIA

dap