Re:JNI and cygwin

2005-08-26 Thread Martin Dorey
> I need terminal and ncurses support and I have a JNI > layer that interacts with "curses" functions. Me too (for http://www.jessies.org/~enh/software/terminator/). > I have problems using the cygwin libraries with Java > VM. I had problems too - probably the same ones. They're discussed at:

Re:JNI and cygwin

2005-05-11 Thread Larry Hall
At 11:41 AM 5/11/2005, you 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. > >I have a smaller example that can reproduc

Re:JNI and cygwin

2005-05-11 Thread Venkatesh Gopal
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. I have a smaller example that can reproduce the issue... The shared library when co