2 messages in net.java.dev.jna.users[jna-users] How to access "stdout" ?
FromSent OnAttachments
rzoJan 6, 2009 11:54 am 
Timothy WallJan 6, 2009 12:06 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] How to access "stdout" ?Actions...
From:rzo (rz@gmx.de)
Date:Jan 6, 2009 11:54:22 am
List:net.java.dev.jna.users

Hello,

Pointer stdout = NativeLibrary.getInstance ("c").getFunction("stdout").getPointer(0);

works fine on Linux. However on macosx 10.5. I am getting a "symbol not found" error.

Is there a way from within java/jna to list the list of symbols of a library ?

- Ron