Hello,

Has anyone successfully used JNI from within a deployed service under axis?
This seems to be creating a InvocationTargetException for me...

Here is the class:

package dialoglistener;

public class IncidentService {

    static {System.loadLibrary("DialogListener");}
    
    public native String findProductIncidentsWithEddress(String eddress);
    }              
}

The code works fine when I use it outside of Axis, but once I deploy it I
get the exception...

Thanks,

Adhamh

Reply via email to