public class JNIThrower { static { System.load("D:\\Work\\Java Projects\\Sneaky Throw\\JNIThrower.dll"); } public static native void sneakyThrow(Throwable t); }