Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "gilles BOURGEOIS" To: Cc: "gilles Bourgeois" Subject: Using cygwin and JAVA/JNI Date: Fri, 17 Jan 2003 15:41:43 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MDRemoteIP: 192.168.1.35 X-Return-Path: gbourgeois AT yaccom DOT com X-MDaemon-Deliver-To: cygwin AT cygwin DOT com hello I wonder if it is possible to use JNI upon a DLL .i.e a shared libray like .so file generated with gcc, without the mno-cygwin option. (my lib uses IPC SYSTEM V, that is why I rely on the cygwin and cygipc libraries) I am mot a newbie with java/jni or gcc, but mixing all of them seems to crash the JVM. Of course, It works if the library is generated with gcc under linux but if executing the whole program (JVM instantiate) under cygwin, it fails. any one ever performed such a tricky architecture? thanks gilles -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/