简体   繁体   English

运行 SQL Devoloper 时键入 JDK 安装的完整路径名?

[英]Type the full pathname of a JDK installation when run SQL Devoloper?

I have problem when run Oracle Sql developer by ./sqldeveloper.sh i'm using ubuntu 16.4 with 64 bit arch so i downlode it from Oracle page as jdk-8u121-linux-x64.tar.gz ,, then i run this command after extract it by ln -sf /opt/java/jdk1.8.0_121 /opt/java/jdk , Also i go to gedit this file like this gedit /root/.sqldeveloper/4.1.5/product.conf and uncomment and add the path SetJavaHome /opt/java/jdk1.8.0_121/我在通过./sqldeveloper.sh运行 Oracle Sql developer 时遇到问题,我使用的是带有 64 位./sqldeveloper.sh ubuntu 16.4,所以我从 Oracle 页面将其下载为 jdk-8u121-linux-x64.tar.gz,然后我运行此命令通过ln -sf /opt/java/jdk1.8.0_121 /opt/java/jdk压缩后,我也去 gedit 这个文件像这样gedit /root/.sqldeveloper/4.1.5/product.conf并取消注释并添加路径SetJavaHome /opt/java/jdk1.8.0_121/

problem when i run ./sqldeveloper.sh我运行./sqldeveloper.sh时出现问题

Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /root/.sqldeveloper/4.1.5/product.conf输入JDK安装的完整路径名(或Ctrl-C退出),路径将存储在/root/.sqldeveloper/4.1.5/product.conf

Make sure you have enough space and no errors when extracting jdk-8u121-linux-x64.tar.gz .确保在提取 jdk-8u121-linux-x64.tar.gz 时有足够的空间并且没有错误。 I had the same error but did notice I was running out of space, so the JDK installation was incomplete我有同样的错误,但确实注意到我的空间不足,所以 JDK 安装不完整

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM