Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

26.2.Zip Install on Linux - What am I doing wrong?

astergerJul 29 2026

oracle@gazelle:~$ java -version
java version "17.0.10" 2024-01-16 LTS
Java(TM) SE Runtime Environment (build 17.0.10+11-LTS-240)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.10+11-LTS-240, mixed mode, sharing)

oracle@gazelle:~$ echo $JAVA_HOME
/usr/bin/java

oracle@gazelle:/opt/oracle/sqldeveloper$ which java
/usr/bin/java

oracle@gazelle:/opt/oracle/sqldeveloper$ ./sqldeveloper.sh

Oracle SQL Developer
Copyright (c) 2005, 2026, Oracle and/or its affiliates. All rights reserved.

./jdk.conf: line 74: AddWindowsVM11OrHigherOption: command not found
./jdk.conf: line 75: AddWindowsVM11OrHigherOption: command not found
./java11.conf: line 8: AddWindowsVM11OrHigherOption: command not found
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Error occurred during initialization of boot layer
java.lang.module.FindException: Module javafx.base not found

Comments
Post Details
Added on Jul 29 2026
7 comments
127 views