Give access to Sql developer to Documents Folder

Viewed 4289

Firstable, i don't know if this is the best place to ask this.

I made a clean Catalina OSX (10.15.7) install, and i'm trying to access to Document Folder using Sql Developer, but i don't know what is the problem.

If you see the image, this is the error:

enter image description here

I'm using java version "11.0.9" 2020-10-20 LTS

What is wrong?

Folder permissions

enter image description here

Best regards

UPDATE:

The same error with other folders

enter image description here

2 Answers

Go to System PreferencesSecurity & PrivacyPrivacyFull Disk Access.

Click add ([+]) and grant access to /bin/bash.

Yes, same Error here.

Installed Java 11 and SQL-Developer "20.2..." on a fresh macOS Big Sur (also tested it with a fresh install of macOS Catalina).

Can't access my desktop-, documents-, downloads-directory and /home through the import/open-dialog of SQL-Dev. Other directories can be accessed.

In the macOS-privacy-settings I granted Java 11 to full access my drive.

Starting the SQL-Developer manuell via sudo "solves" the problem.

Related