Hi
I want to compile blastn2snp in jvarkit (https://github.com/lindenb/jvarkit/wiki/BlastnToSnp) with below code:
make blastn2snp
but it gave me an error:
compile-samtools:
[javac] /home/mrb/NGS/Format-tools/jvarkit/htsjdk-1.128/build.xml:244: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 371 source files to /home/mrb/NGS/Format-tools/jvarkit/htsjdk-1.128/classes
[javac] Compliance level '1.5' is incompatible with source level '1.6'. A compliance level '1.6' or better is required
BUILD FAILED
/home/mrb/NGS/Format-tools/jvarkit/htsjdk-1.128/build.xml:100: The following error occurred while executing this line:
/home/mrb/NGS/Format-tools/jvarkit/htsjdk-1.128/build.xml:244: Compile failed; see the compiler error output for details.
Total time: 0 seconds
make: *** [/home/mrb/NGS/Format-tools/jvarkit/htsjdk-1.128/dist/htsjdk-1.128.jar] Error 1
I can not understand what is the problem ( Compliance level '1.5' is incompatible with source level '1.6'. A compliance level '1.6' or better is required). Any help greatly appreciated.
Best wishes
blastn2snp
blast