Downloads

Product VersionsRelated Resources
  • MD5: bf5227c72da8a7983d10311d5f11747
  • SHA1: 6a1bca6cd756b821c11e92b821db73a6aeb67d02
  • Release Date: 07.14.2026
  • 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.
  • MD5: 6414cc0c5f2f8d933199fc6ec154fc11
  • SHA1: 0a4747da61135400bdbfa2b6a5ad8469a3c7e85e
  • Release Date: 07.14.2026
  • 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
  • MD5: b33772011e9be923b87eab71191d48c9
  • SHA1: 12c2fc29eb6fe44c5567a183001d7d8fafdd5f42
  • Release Date: 07.14.2026

  • This archive includes JDK 17.

    • To install and run

      1. Download the archive for macOS.
      2. Extract the archive.
      3. Run the application.
  • MD5: 2c50ead6d619485cd3ce2e04ab8ec33c
  • SHA1: 80dfe33e032c043fc890e86366d62d6a0552f2b2
  • Release Date: 07.14.2026
  • 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.