[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Octave integration into Java
From: |
Ernst Reissner |
Subject: |
Octave integration into Java |
Date: |
Thu, 4 Aug 2016 16:34:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 |
Hi all interested in Java-Interface,
currently, java interface provides a java integration into octave.
I found a method public native static
org.octave.Octave.doEvalString(String script)
which can invoke a script containing e.g. an octave command.
I must say, I am not a c++, JNI specialist, but:
If there is a library I could load to satisfy the link to the method,
I could invoke octave from within java without using a separate
javaOctave.jar.
Is there sth like octave.dll or equivalent for unix?
Then I had to command System.loadLibrary("octave") from within java and
all is fine..
Any ideas?
greetings,
Ernst
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Octave integration into Java,
Ernst Reissner <=