how to fix fatal error jvmti.h No such file or directory compilation terminated on c code ubuntu? [on hold]
- by Blue Rose
how to fix fatal error jvmti.h No such file or directory compilation terminated c code ubuntu?
my c code is:
#include "jvmti.h"
JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *jvm, char *options, void *reserved)
{
/* We return JNI_OK to signify success */
printf("\nBushra Za'areer,\n\n");
return JNI_OK;
}
JNIEXPORT…