【发布时间】:2018-05-18 06:40:15
【问题描述】:
我无法在我的机器上安装 JMF。
我的设置是:
- InteliJ-IDEA
- Ubuntu 16.4
- Java 8(使用 open-jdk-amd64)
我已经按照 oracle 的说明找到了here。他们所说的只是执行/bin/sh ./jmf-2_1_1e-linux-i586.bin。这基本上只是运行他们提供的.bin 文件。
然而,在安装过程中,我收到以下错误:
Unpacking...
tail: cannot open '+309' for reading: No such file or directory
Extracting...
./install.sfx.23041: 1: ./install.sfx.23041: cannot open ==: No such file
./install.sfx.23041: 1: ./install.sfx.23041: ==: not found
./install.sfx.23041: 3: ./install.sfx.23041: Syntax error: ")" unexpected
chmod: cannot access 'JMF-2.1.1e/bin/jmstudio': No such file or directory
chmod: cannot access 'JMF-2.1.1e/bin/jmfregistry': No such file or directory
chmod: cannot access 'JMF-2.1.1e/bin/jmfinit': No such file or directory
./jmf-2_1_1e-linux-i586.bin: 305: ./jmf-2_1_1e-linux-i586.bin: JMF-2.1.1e/bin/jmfinit: not found
/bin/cp: cannot stat 'JMF-2.1.1e/lib/jmf.properties': No such file or directory
Done.
似乎该错误与不存在的目录有关,但我似乎找不到解决方案。
提前谢谢你!
【问题讨论】:
-
这是性能包还是只是标准或“核心”JMF?
-
@AndrewThompson 这只是“核心”JMF。我应该下载完整的性能包吗?
-
“我应该下载完整的性能包吗?” 不!只需要核心JMF,就可以像把
jmf.jar放在运行时类路径上一样轻松使用。
标签: java linux intellij-idea installation jmf