On all Windows XP SP3 machines (physical, virtual with VirtualBox... with
last JRE version) where I have installed Octave 3.2.4 MinGW, I have the
following errors with JHandles (after issuing commands close and quit) :


> x=0:0.1:10; y=sin(x);
> pkg load jhandles
> plot(x,y)
> close

error: [java] java.lang.UnsatisfiedLinkError:
org.octave.Octave.needThreadedInvokation()Z
error: called from:
error:
D:\Octave324\share\octave\packages\jhandles-0.3.5\__jhandles_go_execute_callback.m
at line 37, column 5
error:   D:\Octave324\share\octave\3.2.4\m\plot\close.m at line 60, column 5

> quit

error: [java] java.lang.UnsatisfiedLinkError:
org.octave.Octave.needThreadedInvokation()Z
error: called from:
error:
D:\Octave324\share\octave\packages\jhandles-0.3.5\__jhandles_go_execute_callback.m
at line 37, column 5
error:   D:\Octave324\share\octave\3.2.4\m\plot\close.m at line 60, column 5
error:   D:\Octave324\share\octave\3.2.4\m\plot\close.m at line 74, column 1
error:   D:\Octave324\share\octave\3.2.4\m\plot\close.m at line 45, column 7
error:   D:\Octave324\share\octave\packages\jhandles-0.3.5\__jhandles_exit.m
at line 18, column 3

... and Octave is frozen (I have to quit Octave with the 'close window'
button)


-- 
View this message in context: 
http://old.nabble.com/Problems-closing-a-JHandles-figure-and-quitting-Octave-3.2.4-MinGW-tp29647486p29647486.html
Sent from the octave-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to