- Added support for Netscape's NSPR library. enable it using
--enable-nspr when configuring.
- The JNIEnv pointers are now handled properly -- native methods
now use (*env)->Function instead of (*env->Function).
- Japhar is now distributed under the LGPL. Well, it's libraries are LGPL'ed
and the example uses of japhar (the japhar interpreter, japharh, and
dump-class) are distributed under the GPL.
- Due to licensing foo in Sun's JDK distribution, you have to have your
own copy of JDK1.1.5 to configure japhar. use --with-sun-jdk=<path> to
tell japhar where it is. It'll slurp out the stuff it needs.
Please make sure it's 1.1.5, or you're going to be in a world of pain.
|