java - Error while opening oracle-sqldeveloper -


when open oracle-sqldeveloper asking full pathname java.exe. have installed java , added path this

c:\program files\java\jre1.8.0_45\bin

but after adding path getting following.

enter image description here

when open oracle-sqldeveloper asking full pathname java.exe.

this issue missing jdk. sql developer cannot run jre, needs jdk debugger work, related java debug wire protocol.

i think sql developer version 4 onwards, jdk embedded installation software. so, if have downloaded version 4 or up, should able run without additional installation of jdk, if prompted provide path embedded jdk.

else, if sql developer version below 4, need additionally download jdk. see download link.

the sql developer configuration file present at:

$oracle_home/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -