class JVMTgt
{
    public static void main(String[] args)
    {
        System.loadLibrary("JVMTgt");
    }
}
