bump OS X JNI version

This commit is contained in:
kappaOne 2013-03-25 23:08:45 +00:00
parent 76f02c9187
commit 27f66983fc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import java.lang.UnsatisfiedLinkError;
* $Id$ * $Id$
*/ */
final class MacOSXSysImplementation extends J2SESysImplementation { final class MacOSXSysImplementation extends J2SESysImplementation {
private static final int JNI_VERSION = 23; private static final int JNI_VERSION = 24;
static { static {
// Manually start the AWT Application Loop // Manually start the AWT Application Loop