SQL Developer

I've been using Big sur 11.0.1 Beta (20B5022a) on a macbook pro (13-inch, 2019, Four Thunderbolt 3 ports, and when i need to use SQLDeveloper this does not working, and just show me a message saying "The application “SQLDeveloper.app” can’t be opened." Does someone has the same issue ?
Keep your App inside Application and fire "cd /Applications/SQLDeveloper.app/Contents/resources/sqldeveloper
zsh sqldeveloper.sh" this works for me, It has been mentioned in Oracle docs also.
I wanted to reply to this question as well. The solution that worked for me also was this one:
  1. Reading all the options at the end this was the one that worked

  2. Launch terminal app

  3. run the following command to list your Java Versions: /usr/libexec/java_home -V

  4. From the output, the one that is causing the issue is: "Oracle Corporation" - "Java" /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home"; You'll need to remove this

  5. To remove, type in the following command: sudo rm -rf "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/"



just open terminal app and run below command

sudo rm -rf "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/"

now open sql developer app for sure this will work!!!

  1. If you have a previous versions, first you delete the same and follow these steps. On Monterey(latest version) it is working for me even I had same problem.
  2. Download, https://www.oracle.com/tools/downloads/sqldev-downloads.html SQL Developer from this link
  3. Download Java 8 or 11 required for this version.
  4. link for java 8 *) https://www.oracle.com/java/technologies/downloads/#java8
  5. link for java 11 *) https://www.oracle.com/java/technologies/downloads/#java11
SQL Developer
 
 
Q