search

Home  >  Q&A  >  body text

linux - 安装oracle时,如何指定jdk 或者如何解决提示框显示不全

在centos7下,安装oracle 11g。 gnome的桌面。
各个参数配置好后,运行runInstaller命令。此时弹出安装界面,在一次次点击【下一步】的时候,中间会弹出对话框,可是对话框显示不全,不能完整显示提示信息,以及按钮。

有网友的安装教程里提到,启动runInstaller时指定为本地jdk
测试后发现,这个提示框可以正常显示了

但是找不到之前的这个教程了
求大家支招,如何指定jdk 或者解决这个对话框显示不全的问题

巴扎黑巴扎黑2860 days ago3195

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-04-17 15:30:40

    https://docs.oracle.com/cd/E1...
    ./runInstaller -jreLoc JRE_LOCATION

    The parameter found is jreLoc. After setting it like this, the garbled code in the installation interface is also solved
    ./runInstaller -jreLoc /usr/local/jdk1.7.0_80/

    reply
    0
  • Cancelreply