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