Ignore:
Timestamp:
2021-08-18T11:50:50+12:00 (3 years ago)
Author:
davidb
Message:

Making javac default now source/target 1.6, rather than 1.4. This change was in response to 'javah' being deprecated. JNI is now down with 'javac -h' and to do that, you need to have at least a JDK 1.6 installed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/packages/javagdbm/jni/Makefile.in

    r26711 r35310  
    5353
    5454# no easy way to tell if a class file has changed or not
    55 #GdbmFile.h:
    56 #   $(javah) -o GdbmFile.h -jni $(PKG).GdbmFile
     55#
     56# Note, 'javah' has been deprecated since JDK1.6, Makefile rules below now use 'javac -h'
     57# So if bringing back this rule for some reason, then needs to be expressed differently
     58#
     59##GdbmFile.h:
     60##  $(javah) -o GdbmFile.h -jni $(PKG).GdbmFile
    5761
    5862clean: 
Note: See TracChangeset for help on using the changeset viewer.