【问题标题】:unable to access jarfile [duplicate]无法访问 jarfile [重复]
【发布时间】:2012-04-04 04:27:29
【问题描述】:

我在 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。 它看起来像 java 相关的错误,虽然这个脚本是 perl。

有这方面的 cmets 吗?

【问题讨论】:

标签: java perl jar


【解决方案1】:

是的,显然它找不到 jarfile。阅读jar 上的Wiki 条目,但可以说它只是Java 文件的可移植包。

您将需要下载该 jar 文件并定义它在配置文件 biotoolbox.cfg 中的位置

【讨论】:

    猜你喜欢
    • 2013-09-01
    • 1970-01-01
    • 2014-07-23
    • 2013-09-27
    • 2018-12-17
    • 2022-12-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多