Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Java Error
Date: Fri, 18 Jul 2008 21:02:03 +0000 (UTC)
Organization: RSMAS
Lines: 27
Message-ID: <g5r0ca$q6g$1@fred.mathworks.com>
References: <ff55h3$468$1@fred.mathworks.com> <ff862v$big$1@fred.mathworks.com> <ffik0c$i3c$1@fred.mathworks.com> <fgdsjf$bc2$1@fred.mathworks.com> <fgeq0r$icf$1@fred.mathworks.com> <fgfdmf$kv8$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1216414923 26832 172.30.248.35 (18 Jul 2008 21:02:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 18 Jul 2008 21:02:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 879700
Xref: news.mathworks.com comp.soft-sys.matlab:480373



I get the same error when I use an external JRE (specified
using "setenv MATLAB_JAVA /usr/java/jdk1.6.0_05/jre" in
c-shell.) Also it happens when I try to use uigetdir
function. If I unset the MATLAB_JAVA I don't get error
messages...

Too bad, because I need MATLAB_JAVA to be able to call my
java codes from matlab. 

Cheers,
Batu.

Matlab: R2007a (I haven't tested anything I wrote above with
R2007b or 2008...)
 
"Darren " <darrenb@NOSPAM.udel.edu> wrote in message
<fgfdmf$kv8$1@fred.mathworks.com>...
> I'm getting the exact same error on Kubuntu 7.04.  It seems
> to be causing trouble with any callback functions my figure
> might have.  I have a ButtonDownFcn in the figure that works
> fine until the error gets thrown, then the callback is
> totally ignored.
> 
> Any ideas?
> 
> Darren