Changes between Version 1 and Version 2 of Ticket #16129, comment 70
- Timestamp:
- 2018-05-06T19:54:21+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16129, comment 70
v1 v2 14 14 cd proj-master 15 15 ./autogen.sh 16 CFLAGS=-I/ usr/lib/jvm/java-9-openjdk-amd64/include/linux/ ./configure --with-jni=/usr/lib/jvm/java-9-openjdk-amd64/include16 CFLAGS=-I/opt/jdk-9/include/linux/ ./configure --with-jni=/opt/jdk-9/include 17 17 make 18 18 cd jniwrap 19 ant19 JAVA_HOME=/opt/jdk-9 /var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/Ant_Latest/bin/ant 20 20 }}}