Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Debugging java class called from Matlab
Date: Wed, 16 Apr 2008 16:19:03 +0000 (UTC)
Organization: EGI University of Utah
Lines: 10
Message-ID: <fu58tm$96k$1@fred.mathworks.com>
References: <fb1gnk$5o4$1@fred.mathworks.com> <fiptu4$l3b$1@fred.mathworks.com> <fqrpem$r2s$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1208362743 9428 172.30.248.37 (16 Apr 2008 16:19:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 16 Apr 2008 16:19:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 629719
Xref: news.mathworks.com comp.soft-sys.matlab:463345



"Ed Yu" <ekyu88@hotmail.com> wrote in message
<fqrpem$r2s$1@fred.mathworks.com>...
> I just found out that port 1044 is very popular (used by
> many software) which causes MATLAB not to launch if there is
> any other process is using the port. So changing it to
> something else would be a good idea.

Also a good idea to use the follow flag to disable JIT compiler:

-Djava.compiler=NONE