Re: [OctDev] [Changeset] Re: Java calling Octave via JNI

2008-09-10 Thread Michael Goffioul
On Wed, Sep 10, 2008 at 1:46 PM, <[EMAIL PROTECTED]> wrote: > Hello all, > > after some further experimentation I have given up this route. > I guess that there is some version conflict between C++ runtime > DLLs which I could not resolve. My DLL was able to load the > octave DLLs, but when Octav

Re: [OctDev] [Changeset] Re: Java calling Octave via JNI

2008-09-10 Thread Martin.Hepperle
e.net; Hepperle, Martin; octave maintainers mailing list Subject: Re: [OctDev] [Changeset] Re: Java calling Octave via JNI On Tue, Sep 9, 2008 at 7:44 PM, John W. Eaton <[EMAIL PROTECTED]> wrote: > On 5-Sep-2008, David Bateman wrote: > > | David Bateman wrote: > | > MartinHe

Re: [OctDev] [Changeset] Re: Java calling Octave via JNI

2008-09-10 Thread Jaroslav Hajek
On Tue, Sep 9, 2008 at 7:44 PM, John W. Eaton <[EMAIL PROTECTED]> wrote: > On 5-Sep-2008, David Bateman wrote: > > | David Bateman wrote: > | > MartinHepperle wrote: > | >> Hello all, > | >> > | >> again this nasty Java -> Octave connection. > | >> > | >> I also want to embed Octave into a Java pr

[OctDev] [Changeset] Re: Java calling Octave via JNI

2008-09-09 Thread John W. Eaton
On 5-Sep-2008, David Bateman wrote: | David Bateman wrote: | > MartinHepperle wrote: | >> Hello all, | >> | >> again this nasty Java -> Octave connection. | >> | >> I also want to embed Octave into a Java program and call Octave | >> functions | >> from Java. | >> | >> Initially I started with p

[OctDev] [Changeset] Re: Java calling Octave via JNI

2008-09-05 Thread David Bateman
David Bateman wrote: MartinHepperle wrote: Hello all, again this nasty Java -> Octave connection. I also want to embed Octave into a Java program and call Octave functions from Java. Initially I started with programming an execution engine which starts octave.exe and connected to its standa