2 messages in net.java.dev.jna.usersRe: [jna-users] C++ libs in java?
FromSent OnAttachments
Jeff SadowskiAug 2, 2007 12:49 pm 
Timothy WallAug 2, 2007 5:18 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:Re: [jna-users] C++ libs in java?Actions...
From:Timothy Wall (twa@users.sf.net)
Date:Aug 2, 2007 5:18:31 pm
List:net.java.dev.jna.users

On Aug 2, 2007, at 3:50 PM, Jeff Sadowski wrote:

I know jna supports C style structs but will it work with c++ classes? and how would I access those?

No, there is no built-in C++ support.

Try something like SWIG, which can generate JNI wrappers for C++ classes.