Path: news.mathworks.com!not-for-mail
From: "Timothy Wall" <twall@oculustech.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Callilng Matlab from Java
Date: Sat, 13 Oct 2007 13:51:26 +0000 (UTC)
Organization: Oculus Technologies
Lines: 8
Message-ID: <feqigu$fr9$1@fred.mathworks.com>
References: <f97sib$bql$1@fred.mathworks.com> <fc9ti5$56o$1@fred.mathworks.com> <fd4327$q39$1@fred.mathworks.com>
Reply-To: "Timothy Wall" <twall@oculustech.com>
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 1192283486 16233 172.30.248.37 (13 Oct 2007 13:51:26 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 13 Oct 2007 13:51:26 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 273299
Xref: news.mathworks.com comp.soft-sys.matlab:432762



There are some guys using JNA to do this:

https://jna.dev.java.net/servlets/BrowseList?
list=users&by=thread&from=935824

JNA supports all sorts of Java<->native communication, including native->Java 
callbacks.  It's also cross-platform, and probably runs on more systems than 
matlab itself does.