windows - Asking for Java path every time when launching SQLDeveloper -


whenever i'm launching sqldeveloper, prompted enter java path. please see sqldeveloper.conf:

includeconffile ../../ide/bin/ide.conf  setjavahome c:\program files\java\jdk1.8.0_45\bin  addvmoption  -doracle.ide.util.addinpolicyutils.override_flag=true  addvmoption -dsun.java2d.ddoffscreen=false  addvmoption -dwindows.shell.font.languages=  addvmoption  -xx:maxpermsize=128m  addvmoption -doracle.jdbc.mapdatetotimestamp=false   includeconffile  sqldeveloper-nondebug.conf  addvmoption -dide.noextensions=oracle.ide.webupdate 

am missing here? or additional configuration files, needs change?

beginning version 4.0, sqldeveloper not sqldeveloper.conf file anymore.

instead, @ product.conf in user directory. path should c:\users\jweawer\appdata\roaming\sqldeveloper\version\product.conf.

once set java_home in file, should no longer prompted this.

see more details here http://www.thatjeffsmith.com/archive/2013/12/oracle-sql-developer-4-windows-and-the-jdk/.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -