octave-maintainers
[Top][All Lists]
Advanced

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

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


From: Michael Goffioul
Subject: Re: [OctDev] [Changeset] Re: Java calling Octave via JNI
Date: Wed, 10 Sep 2008 13:59:33 +0200

On Wed, Sep 10, 2008 at 1:46 PM,  <address@hidden> 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 Octave tried to load its .oct libraries,
> which seem to be DLLs under Windows, it was unable to load
> them with LoadLibrary() ("cannot find library..., but the
> complete path is given, correct and the .oct library is there).
> I was using VS 2005 for my C-Java interface DLL which should be
> compatible with the Octave DLLS, but it may be that there is a
> conflict with differenr runtime libraries.
> I did not want to recompile the whole Octave system.

When you tried that, did you add octave bin directory to PATH
variable before starting your java program?

Michael.


reply via email to

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