void setInt(Object obj, int i) throws IllegalArgumentException, IllegalAccessException {
   javaField.setInt(obj, i);
 }