为什么mendeley突然无法在libreoffice插入插件了
Tofloor
poster avatar
V
deepin
2017-09-22 06:01
Author
如题,当我打开mendeley,选择安装libreoffice插件时,提示错误说,无法找到一个bin文件,我看了一下,那个东西明明就在那个目录的啊。错误提示如图。
mendeley和libreoffice 都是应用商店的最新版啊。

Reply Favorite View the author
All Replies
avatar
quadpixels
deepin
2017-09-22 08:48
#1
这个错误是说找不到 Java运行时 吧。不知楼主有否试过在终端中输入
  1. java -version
Copy the Code

如果有的话应该会显示出版本,比如
  1. openjdk version "1.8.0_131"
  2. OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.17.04.3-b11)
  3. OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)
Copy the Code

如果没有的话应该安装一个Java包,比如(以下是Ubuntu里的包名…Deepin可能有所不同)
  1. sudo apt install openjdk-8-jre
Copy the Code
Reply View the author
avatar
V
deepin
2017-09-28 00:12
#2
https://bbs.deepin.org/post/145850
这个错误是说找不到 Java运行时 吧。不知楼主有否试过在终端中输入

如果有的话应该会显示出版本,比如

我的java安装有的。显示如下:
Picked up _JAVA_OPTIONS:   -Dawt.useSystemAAFontSettings=gasp
java version "1.8.0_74"
Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.74-b02, mixed mode)
不过我后来从libreoffice的插件管理里面把他弄好了。
Reply View the author