我正在尝试编译一个在linux上使用apache ant的工具
https://github.com/lindenb/jvarkit
当我尝试编译该工具时,我得到n错误.
$ make vcffilterjs
Run Code Online (Sandbox Code Playgroud)
这是我在运行命令时得到的
echo "Compiling htsjdk with ${JAVA_HOME} = /usr/lib/jvm/java/jre/"
Compiling htsjdk with /usr/lib/jvm/java/jre/ = /usr/lib/jvm/java/jre/
echo "Compiling htsjdk library for java. Requires apache ANT. If it fails here, it's a not a problem with jvarkit."
Compiling htsjdk library for java. Requires apache ANT. If it fails here, it's a not a problem with jvarkit.
echo "And ${JAVA_HOME}/bin/javac should be >=1.7"
And /usr/lib/jvm/java/jre//bin/javac should be >=1.7
(cd /home/jannahS/jvarkit/htsjdk-1.139 && ant )
Error: Could not find …Run Code Online (Sandbox Code Playgroud)