小编Jan*_*ani的帖子

apache ant无法找到或加载主类org.apache.tools.ant.launch.Launcher

我正在尝试编译一个在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)

java linux ant

8
推荐指数
2
解决办法
3万
查看次数

标签 统计

ant ×1

java ×1

linux ×1