Hi, I need to call some Native Methods from my application. I know how to pass java object across JNI but can anyone tell me how to pass across c++ objects from native methods to java methods. For instance say I have a method named "set" in jni header file whose return type is a class type from c++ code. Can this return object be treated as an Instanse of Object class in java code. Or at first place is it possible to have such a method and be able to call it from JNI. Daljit.. ======================= It's never too late to begin ======================= ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
