Dimitri PISSARENKO 07.02.04 17:31

dimitri.pissarenko@gmx.net

Using Maxima in Java programs

Perhaps one can use Maxima in Java programs in the following way:




  1. A Java appliation generates two files

  1. The Java application launches clisp via Runtime.exec method, and tells clisp to execute the LISP file

  2. The LISP file launches Maxima

  3. Then, the Maxima file is loaded

  4. The results of Maxima calculations are written to another file (or the Java app captures the output of Maxima/clisp using Process.getInputStream method; so less time is spent on writing/reading files)

Questions

How do I launch Maxima using clisp?

Useful links

http://www.artima.com/legacy/answers/Mar2001/messages/119.html


1/1