iReport 正在 Ubuntu 中搜索 java.exe 文件

iReport is searching for java.exe file in Ubuntu

我下载了一个 iReport-5.6.0 文件,并将 ireport.conf 文件配置为:

jdkhome="\usr\lib\jvm\java-7-openjdk-amd64"

当我尝试 运行 iReport 时,它显示为 java.exe 在上述位置找不到文件。我正在尝试 运行 它 Ubuntu.

以下步骤对我有用。

  1. iReport包的bin文件夹下有一个ireport文件
  2. 赋予所有用户组读写权限。
  3. 打开终端并转到 bin 文件夹。
  4. 然后输入“./ireport”。