diff --git a/wpilibj/wpilibJavaJNI/pom.xml b/wpilibj/wpilibJavaJNI/pom.xml index cd431a14ab..63e1eaef4e 100644 --- a/wpilibj/wpilibJavaJNI/pom.xml +++ b/wpilibj/wpilibJavaJNI/pom.xml @@ -47,6 +47,11 @@ + + + ${user.home}/jdk-linux-arm-vfp-slft/jdk1.7.0_45 + ${embeddedJDKHome}/include + @@ -62,13 +67,15 @@ - - edu.wpi.first.wpilibj.wpilibJavaJNI.embeddedJDKIncludePath - Property 'edu.wpi.first.wpilibj.wpilibJavaJNI.embeddedJDKIncludePath' must be set - to the /include folder of a jdk-7u45-linux-arm-vfp-sflt JDK. You must use Java 7 u45. - This JDK for 'Linux ARM v6/v7 Soft Float ABI' may be downloaded from - http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u45-oth-JPR - + + + ${embeddedJDKIncludePath} + + A copy of the 'Linux ARM v6/v7 Soft Float ABI' JDK must be extracted to '${embeddedJDKHome}' and +the folder '${embeddedJDKIncludePath}' must exist to build this module. You must use Java 7 u45. This JDK may be downloaded from +http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u45-oth-JPR. To override +this default location, specify a value for the 'embeddedJDKHome' property at the command line, like 'mvn -DembeddedJDKHome=path/to/jdk' + true @@ -82,7 +89,7 @@ true linux - ${edu.wpi.first.wpilibj.wpilibJavaJNI.embeddedJDKIncludePath} + ${embeddedJDKIncludePath} src/main/native