X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e3b238eaf75f5bbe14b203615c1bdc4f4b5247ed..82b9a1db9168e46fb62edc6fa0b3f6fb09b2a7fd:/src/jmsg_process.h?ds=sidebyside diff --git a/src/jmsg_process.h b/src/jmsg_process.h index 2623910d95..ff309802e8 100644 --- a/src/jmsg_process.h +++ b/src/jmsg_process.h @@ -53,20 +53,6 @@ void jprocess_delete_global_ref(jobject jprocess, JNIEnv * env); * */ void jprocess_join(jobject jprocess, JNIEnv * env); - -/** - * This function starts the specified java process. - * - * @param jprocess The java process to start. - * @param env The env of the current thread - * - * @exception If the class Process is not found the function throws - * the ClassNotFoundException. If the methos start() of - * this class is not found the function throws the exception - * NotSuchMethodException. - */ -void jprocess_start(jobject jprocess, JNIEnv * env); - /** * This function associated a native process to a java process instance. *