From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Eduardo Gomez Noguera Subject: interfacing other languages Date: 30 Jan 2003 20:40:55 -0600 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <1043980862.1683.2.camel@hikaru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux c programming Hello. I have a pad im writing some libraries for, in C, that need to ba called from java. Can anyone direct me to a link or book to read on how to write such interfaces? It'd be usefull to know it for any other case, as in use those same libraries from, say, perl, or some othere scripting or non scripting language, if possible. thanks.