void setDouble(Object obj, double d) throws IllegalArgumentException, IllegalAccessException {
   javaField.setDouble(obj, d);
 }