Я искал эту проблему в stackoverflow.Я нашел вопрос, поднятый в следующей ссылке, похожим на мой, и я попытался сделать то, что было упомянуто в нем, но это, похоже, не работает для меня. Полный путь установки JDK для Oracle SQL Developer
Я попытался добавить путь в файл product.conf, но это все равно выдает ошибку.вот что я получаю
./sqldeveloper.sh
Oracle SQL Developer
Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/nithinchandranp/.sqldeveloper/18.3.0/product.conf
/usr/lib/jvm/java-11-openjdk-amd64
Error: Java home /usr/lib/jvm/java-11-openjdk-amd64 is not a JDK,
either jre/bin/java OR lib/tools.jar OR lib/dt.jar is missing.
Running SQL Developer under a JRE is not supported.
If this Java VM is actually a full JDK installation, add
'SetSkipJ2SDKCheck true' to one of the following files.
Otherwise specify a different Java JDK location with a
SetJavaHome directive in one of the following files:
/home/nithinchandranp/.sqldeveloper/18.3.0/product.conf
/home/nithinchandranp/SQL Developer/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf
Может кто-нибудь, пожалуйста, помогите мне с этим вопросом.спасибо.