help-octave
[Top][All Lists]
Advanced

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

Re: R: Best way to create interactive GUI apps with octave?


From: Michael Goffioul
Subject: Re: R: Best way to create interactive GUI apps with octave?
Date: Mon, 1 Nov 2010 13:09:27 +0000

On Fri, Oct 29, 2010 at 7:49 AM, Michael Goffioul
<address@hidden> wrote:
> On Thu, Oct 28, 2010 at 3:54 PM, schnumbl <address@hidden> wrote:
>>
>> Hi,
>>
>> I tried to run the callback example (with octave 3.2.4_gcc-4.4.0), but the
>> line
>>
>> Octave.call(callBack, new Object[]{val}, new Object[] {});
>>
>> produces an error:
>>
>> Exception occured during event dispatching: java.lang.UnsatisfiedLink Error:
>> ...
>>
>> What *.jar files do I have to include to compile the *.java files?
>
> The error above usually means a failure to find/load a shared library.

It would help if you reported the problem completely:
1) code to reproduce the problem (you mention the callback example, where
is that coming from?)
2) full java exception, including the backtrace

Michael.


reply via email to

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