jclass class_Host = (*env)->FindClass(env, "org/simgrid/msg/Host");
jhost_method_Host_constructor = (*env)->GetMethodID(env, class_Host, "<init>", "()V");
//FIXME: Don't use jxbt_get_sfield directly, it is slower.
jclass class_Host = (*env)->FindClass(env, "org/simgrid/msg/Host");
jhost_method_Host_constructor = (*env)->GetMethodID(env, class_Host, "<init>", "()V");
//FIXME: Don't use jxbt_get_sfield directly, it is slower.