Re: JNI and cygwin

2005-05-11 Thread Brian Dessent
Venkatesh Gopal wrote: > I need terminal and ncurses support and I have a JNI > layer that interacts with > "curses" functions.The JNI wrapper needs to be built > into a shared library. > I have problems using the cygwin libraries with Java > VM. As far as I know, Cygwin1.dll cannot be loaded dy

Re: JNI and cygwin

2005-05-11 Thread Venkatesh Gopal
pdcurses works fine, but I assume it has its limitations. The "ncurses" component of cygwin seems to be more complete in comparison to other platforms. Venkatesh. --- "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > Venkatesh Gopal wrote: > > > I need to use the "cygwin" libraries for getting > >

Re: JNI and cygwin

2005-05-11 Thread Gerrit P. Haase
Venkatesh Gopal wrote: I need to use the "cygwin" libraries for getting "curses" support. What about pdcurses? http://prdownloads.sf.net/mingw/pdcurses-2.6.0-2003.07.21-1.exe?download http://prdownloads.sf.net/mingw/pdcurses-2.6.0-src.tar.bz2?download Command line used... gcc -mno-cygwin -Wl,--ad

Re: JNI and cygwin.

2005-05-10 Thread Christopher Faylor
On Mon, May 09, 2005 at 12:31:22PM -0700, Venkatesh Gopal wrote: >I assume that the cygwin/JNI combination has still not been fixed in >the latest version. I need to make use of the cygwin libraries to get >TERMinal support. Any workarounds? Any other libraries supporting >curses and TERMinal op

JNI and cygwin.

2005-05-09 Thread Venkatesh Gopal
Hi, I assume that the cygwin/JNI combination has still not been fixed in the latest version. I need to make use of the cygwin libraries to get TERMinal support. Any workarounds? Any other libraries supporting curses and TERMinal operations for Windows would also be useful. Thanks, venkat.