3
Oracle SQL Developer  
Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.

Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/reza/.sqldeveloper/4.1.0/product.conf

enter image description here

Hizqeel
  • 1,915
  • 28
  • 24
  • 24

2 Answers2

3

I did not have root access and directory access root I did was right after giving root access

2

You can ask to your terminal where is your local copy of sql developer:

whereis sqldeveloper

go to this folder: (e.g.)

cd /usr/local/bin/sqldeveloper

and run the executable file:

./sqldeveloper &

cap
  • 21
  • 1