void setLong(Object obj, long l) throws IllegalArgumentException, IllegalAccessException {
   javaField.setLong(obj, l);
 }