I do have problem with loading extension into SQL developer.
It there any kind of log to get an error while loading extensions?
In case when such as log exists is possible to get more details. (Is there any log level?)
I try already following log:
---- begin ---
1) Close SQL Developer, and open the following file for editing
{sqldeveloper installation path}/sqldeveloper/bin/sqldeveloper.conf
2) comment out the line containing "sqldeveloper-nondebug.conf" and add the following two lines:
IncludeConfFile sqldeveloper-debug.conf
AddVMOption -Dcom.methodr.loglevel=all
3) save file, and restart SQL Developer. You should now see a "Logging Page" tab.
--- end ---
But there's just something like this:
INFO | 648 | 0 | org.netbeans.core.netigso.Netigso | bundle com.tomecode.showme.password.sqldeveloper@1.0.0 resolved |
when it's successful and otherwise I can't get any sufficient error.
There's also in windows log on path C:\Users\<UserName>\AppData\Roaming\SQL Developer\sqlDevelope.log\SQLDeveloper_<DateTime>.log
the content is almost same in the "Logging Page" tab.
Is there any other way how to get error while loading extensions?