help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible to using java jar classes?


From: Paul Kienzle
Subject: Re: Possible to using java jar classes?
Date: Fri, 11 Apr 2003 01:00:53 -0400
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3a) Gecko/20021212

Tom Clerckx wrote:

Is it possible to use java classes/"scripts" in octave?
I used to work with matlab and there I only had to include the path
where the .jar file was located in the classpath.txt file...

How would I do it with octave(if possible)?

greetz, Tom.

The best I can suggest at the moment is to start up an
octave server using listen() from octave-forge and
use the protocol to send octave commands and receive
octave results.  I'm doing this with Tcl and I've heard
one person is doing it with Java.

For now listen only accepts connections from localhost
and possibly one user specified IP address.  If you
wanted to open it up a bit, listen could make a safer
octave interpreter by removing all dangerous commands
from fbi_sym_tab before processing scripts from the
connection.

Paul Kienzle
address@hidden




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]