2 messages in net.java.dev.jna.users[jna-users] JNA use on COM objects
FromSent OnAttachments
Mark AbbottOct 31, 2008 12:32 pm 
Timothy WallOct 31, 2008 12:55 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[jna-users] JNA use on COM objectsActions...
From:Mark Abbott (MAbb@sandcherry.com)
Date:Oct 31, 2008 12:32:24 pm
List:net.java.dev.jna.users

I need to access a COM object (SAPI 5.3, Microsoft's Speech API) from Java. I've been looking at some Java-COM integration tools. Com4j apparently doesn't handle some aspects of SAPI that I need. Jawin doesn't seem to be supported anymore. Jacob is still a possibility, but it's a little fuzzy whether it handles the necessary events/callbacks correctly without leaking.

So I'm wondering about going a little lower-level with JNA. How reasonable is it to use JNA to access a COM object?