Hello
I'm new here and not an English-speaking person. So forgive me for all the mistakes, please.
I'm writing a Java-Applet where you can type in an expression (e.g. "(2+1)*4").
I'd like to send this expression to Maxima. Maxima should calc the result and give it back to my Java-Applet.
I found a way to do this on my computer (offline) with Jacomax (Java Connector for Maxima). It works. But I'd like to run my Java-Applet online (from a server). What do I have to do to access Maxima? Is it possible at all?
Thank you for your help.
Rene