Posted By:
sai_kiran
Posted On:
Thursday, September 4, 2003 11:49 PM
I am invoking some swing classes through JNI from c++ on Mac OS.
When I use JNI_VERSION_1_2 it works fine..
But it fails if i use JNI_VERSION_1_4..
I tested with other package classes like java.util and java.io etc..
they are all working fine irrespective of the jni version..
But if the classes are of AWT or Swing then it fails for JNI_VERSION_1_4
Can anybody help me on this?