Subject | JNI and events |
---|---|
Author | blahclayton |
Post date | 2004-08-24T14:05:11Z |
I have created a java native interface to wait for events from the
database using firebird example api16.c.
It works fine on windows!!
I have compiled the code into a shared library in Linux.
Unfortunately when I try run the java application and post events it
does not seem to go in the callback routine in c code on Linux.
Has anybody tried this before with success?
Any help would be much appreciated?
Thanks in advance.
Nina
database using firebird example api16.c.
It works fine on windows!!
I have compiled the code into a shared library in Linux.
Unfortunately when I try run the java application and post events it
does not seem to go in the callback routine in c code on Linux.
Has anybody tried this before with success?
Any help would be much appreciated?
Thanks in advance.
Nina