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

Michael Goffioul michael.goffioul at gmail.com
Wed Sep 10 06:59:33 CDT 2008


On Wed, Sep 10, 2008 at 1:46 PM,  <Martin.Hepperle at dlr.de> 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.


More information about the Octave-maintainers mailing list