This question already has answers here:
What causes “Unable to access jarfile” error?
(27个答案)
5个月前关闭。
我在biotoolbox程序包中运行了一个perl脚本。(http://code.google.com/p/biotoolbox/)
但是收到了与jarfile相关的错误消息。
我不知道该怎么办的错误:无法访问jarfile。
尽管此脚本是perl,但它看起来像与Java相关的错误。
对此有何评论?
(27个答案)
5个月前关闭。
我在biotoolbox程序包中运行了一个perl脚本。(http://code.google.com/p/biotoolbox/)
但是收到了与jarfile相关的错误消息。
$./bar2wig.pl
This program will convert bar files to a wig file
Usage:
bar2wig.pl [--options...] <filename>
Options:
--in <filename> or <directory>
--out <filename>
$ ./bar2wig.pl --in /Users/biotoolbox/scripts/ --out example
This program will convert bar files to a wig file
checking input file(s)....
converting to gr files...
Unable to access jarfile /usr/local/USeq/Apps/Bar2Gr
writing wig file...
cleaning up temp files... done
我不知道该怎么办的错误:无法访问jarfile。
尽管此脚本是perl,但它看起来像与Java相关的错误。
对此有何评论?
最佳答案
是的,显然它找不到jarfile。阅读jar上的Wiki条目,但足以说它只是Java文件的可移植包。
您将需要下载该jar文件并定义它在配置文件biotoolbox.cfg中的位置。
10-06 15:21