Downloads

PlatformNotes

sqldeveloper-24.3.1.347.1826-x64.zip

585,862,154 bytes

SHA256 bc3e81177035fdee22e3c773832d2d6653a35592254790b8f6224bbc9c78e9ac

This archive includes JDK 17.

  • The Windows EXE requires a MSVCR100.dll to run. Most computers will already have this file and in the Windows PATH. If the first copy of the file found by the EXE is a 32-bit copy of the DLL, SQL Developer will not start. Fix this by copying a 64-bit version of the DLL into the BIN directory or updating your OS PATH such that a 64 bit copy of the DLL is found first.

sqldeveloper-24.3.1.347.1826-no-jre.zip

587,604,133 bytes

SHA256 3390ef58972f1f255077c49e66b171b8664773bb16e37570a7ca16acc5afb8cb

This archive does not include JDK 17.

  • This archive works on 32- or 64-bit Windows. The bit level of the installed JDK determines if it runs as a 32- or 64-bit application. If SQL Developer cannot find a JDK on your machine, it prompts you for the path for a JDK home. This only occurs the first time you launch SQL Developer. A valid Java Home on Windows will be similar to

    C:\Program Files\Java\jdk-17

sqldeveloper-24.3.1.347.1826-macos-x64.app.zip

544,971,690 bytes

SHA256 2aa0abc06ee1f13e5ed49dfa0607b9328ccd9f56d75726c6b1c1cd5e47497400

This archive includes JDK 17.

To install and run

  1. Download the archive for macOS.
  2. Extract the archive.
  3. Run the application.

sqldeveloper-24.3.1-347.1826.noarch.rpm

509,590,592 bytes

SHA256 cbb20f90cf67305673eb01fd1c222790d551a9c306fef45903c38af96c62b838

This archive does not include JDK 17.

To install and run

  1. Ensure you have a JDK 17 (or higher) installed, if not, download here.
  2. rpm -Uhv sqldeveloper-(build number)-1.noarch.rpm (install the package)
  3. cd sqldeveloper (go to sqldeveloper folder)
  4. ./sqldeveloper.sh (run sqldeveloper.sh file)
  5. When prompted, enter your JDK path, for example

    usr/java/jdk-17

  6. SQL Developer launches when JDK location provided.