I forgot to include the machine generated header for the native method in
previos posts...

paul

/*************************************************************
 * Paul Morie         |     "insert amusing quote here"      *
 *--------------------+--------------------------------------*
 * guy who checks     | Please list me as not receiving html *
 * this account       | e-mail.  I use a real mail reader.   *
 *************************************************************/
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class HelloWorld */

#ifndef _Included_HelloWorld
#define _Included_HelloWorld
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     HelloWorld
 * Method:    print
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_HelloWorld_print
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif

Reply via email to